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 4a645e3 commit e386a6fCopy full SHA for e386a6f
.github/workflows/main.yml
@@ -12,8 +12,8 @@ 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 }}
16
- cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
+ cancel-in-progress: true
17
18
jobs:
19
build:
0 commit comments