Skip to content

Commit 9fd7184

Browse files
authored
Port github.ref_name to smoke.yml (#553)
1 parent ea6507d commit 9fd7184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
schedule:
88
- cron: '0 9 * * 1'
99
concurrency:
10-
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
10+
group: ${{ github.workflow }}-${{ github.ref_name }}
1111
cancel-in-progress: true
1212
jobs:
1313
authorize:

0 commit comments

Comments
 (0)