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 951e670 commit 5d28ceaCopy full SHA for 5d28cea
.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