Skip to content

Commit

Permalink
fix: add fallback ID for scheduled test run (#2009)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL committed Mar 24, 2023
1 parent 124d4ae commit b9764bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- cron: '0 0 * * *'

concurrency:
group: ${{ github.head_ref }}
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit b9764bd

Please sign in to comment.