Skip to content

Commit 6ae5403

Browse files
committed
fix the concurrency group of the integration workflow
1 parent 94b6ce5 commit 6ae5403

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
@@ -63,7 +63,7 @@ on:
6363
required: false
6464

6565
concurrency:
66-
group: integration-${{ github.head_ref }}
66+
group: integration-ruby-${{ inputs.target-branch || github.head_ref }}
6767
cancel-in-progress: true
6868

6969
jobs:

0 commit comments

Comments
 (0)