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 3a2bf54 commit 7a3a24bCopy full SHA for 7a3a24b
.github/workflows/main.yml
@@ -12,7 +12,7 @@ on:
12
- cron: '30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00
13
14
concurrency:
15
- group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
16
cancel-in-progress: true
17
18
jobs:
0 commit comments