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