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 5790c8d commit 7d641c2Copy full SHA for 7d641c2
.github/workflows/bench.yml
@@ -32,7 +32,7 @@ on:
32
- cron: '04 2 * * *'
33
34
concurrency:
35
- group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ github.event.inputs.sha }}
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}-${{ github.event.inputs.sha }}
36
cancel-in-progress: true
37
38
jobs:
.github/workflows/server.yml
@@ -23,7 +23,7 @@ on:
23
- cron: '2 4 * * *'
24
25
26
- group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
27
28
29
0 commit comments