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 bc728d3 commit 985b955Copy full SHA for 985b955
.github/workflows/emscripten.yml
@@ -10,7 +10,7 @@ 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 }}
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
14
cancel-in-progress: true
15
16
jobs:
.github/workflows/main.yml
@@ -11,7 +11,7 @@ on:
17
0 commit comments