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