Convert reusable workflows back to actions to avoid shortcomings with concurrency

This commit is contained in:
Bart Thomee
2025-07-27 14:44:47 -04:00
parent 2b3e131ec8
commit d46c05e1b7
2 changed files with 4 additions and 4 deletions

View File

@@ -183,8 +183,8 @@ jobs:
conan_global_conf: ${{ needs.generate-outputs.outputs.conan_global_conf }}
conan_remote_name: ${{ inputs.conan_remote_name }}
conan_remote_url: ${{ inputs.conan_remote_url }}
conan_remote_username: ${{ inputs.conan_remote_username }}
conan_remote_password: ${{ inputs.conan_remote_password }}
conan_remote_username: ${{ secrets.conan_remote_username }}
conan_remote_password: ${{ secrets.conan_remote_password }}
# # Build and test the binary using various configurations.
# build-and-test:

View File

@@ -160,8 +160,8 @@ jobs:
conan_global_conf: ${{ needs.generate-outputs.outputs.conan_global_conf }}
conan_remote_name: ${{ inputs.conan_remote_name }}
conan_remote_url: ${{ inputs.conan_remote_url }}
conan_remote_username: ${{ inputs.conan_remote_username }}
conan_remote_password: ${{ inputs.conan_remote_password }}
conan_remote_username: ${{ secrets.conan_remote_username }}
conan_remote_password: ${{ secrets.conan_remote_password }}
# # Build and test the binary using various configurations.
# build-and-test: