We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edc49a commit 7659298Copy full SHA for 7659298
1 file changed
.github/workflows/reusable-integration-test.yml
@@ -58,7 +58,7 @@ on:
58
required: false
59
60
concurrency:
61
- group: integration-${{ github.head_ref }}
+ group: integration-${{ inputs.target-branch || github.head_ref }}
62
cancel-in-progress: true
63
64
jobs:
0 commit comments