We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881325c commit b34cb04Copy full SHA for b34cb04
.github/workflows/test-integration.yml
@@ -6,7 +6,7 @@ on:
6
branches: [main]
7
8
concurrency:
9
- group: ${{ github.head_ref || github.run_id }}
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10
cancel-in-progress: true
11
12
jobs:
.github/workflows/test.yml
@@ -8,7 +8,7 @@ on:
- cron: '0 0 * * *'
13
14
0 commit comments