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.
github.ref_name
1 parent ea6507d commit 9fd7184Copy full SHA for 9fd7184
.github/workflows/smoke.yml
@@ -7,7 +7,7 @@ on:
7
schedule:
8
- cron: '0 9 * * 1'
9
concurrency:
10
- group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref_name }}
11
cancel-in-progress: true
12
jobs:
13
authorize:
0 commit comments