Skip to content

Commit b9764bd

Browse files
authored
fix: add fallback ID for scheduled test run (#2009)
1 parent 124d4ae commit b9764bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: '0 0 * * *'
99

1010
concurrency:
11-
group: ${{ github.head_ref }}
11+
group: ${{ github.head_ref || github.run_id }}
1212
cancel-in-progress: true
1313

1414
jobs:

0 commit comments

Comments
 (0)