Skip to content

Commit b34cb04

Browse files
committed
chore: concurrency fixes
1 parent 881325c commit b34cb04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [main]
77

88
concurrency:
9-
group: ${{ github.head_ref || github.run_id }}
9+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010
cancel-in-progress: true
1111

1212
jobs:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: '0 0 * * *'
99

1010
concurrency:
11-
group: ${{ github.head_ref || github.run_id }}
11+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1212
cancel-in-progress: true
1313

1414
jobs:

0 commit comments

Comments
 (0)