Skip to content

Commit 0f2c4e0

Browse files
committed
fix the concurrency group of the integration workflow
1 parent 380427f commit 0f2c4e0

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
@@ -56,7 +56,7 @@ on:
5656
required: true
5757

5858
concurrency:
59-
group: integration-${{ github.head_ref }}
59+
group: integration-rust-${{ inputs.target-branch || github.head_ref }}
6060
cancel-in-progress: true
6161

6262
jobs:

0 commit comments

Comments
 (0)