Skip to content

Commit a67de08

Browse files
committed
fix the concurrency group of the integration workflow
1 parent 5a17363 commit a67de08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ on:
5858
required: false
5959

6060
concurrency:
61-
group: integration-${{ github.head_ref }}
61+
group: integration-${{ inputs.target-branch || github.head_ref }}
6262
cancel-in-progress: true
6363

6464
jobs:

0 commit comments

Comments
 (0)