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 cadb9b0 commit eca1c10Copy full SHA for eca1c10
.github/workflows/bench.yml
@@ -32,7 +32,7 @@ on:
32
- cron: '04 2 * * *'
33
34
concurrency:
35
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.sha }}
36
cancel-in-progress: true
37
38
jobs:
0 commit comments