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 124d4ae commit b9764bdCopy full SHA for b9764bd
.github/workflows/test.yml
@@ -8,7 +8,7 @@ on:
8
- cron: '0 0 * * *'
9
10
concurrency:
11
- group: ${{ github.head_ref }}
+ group: ${{ github.head_ref || github.run_id }}
12
cancel-in-progress: true
13
14
jobs:
0 commit comments