Skip to content

Commit d6d402f

Browse files
authored
Update emscripten.yml
1 parent 0727a10 commit d6d402f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emscripten.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
- cron: '30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00
1111

1212
concurrency:
13-
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
14-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
13+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
14+
cancel-in-progress: true
1515

1616
jobs:
1717
build_cache:

0 commit comments

Comments
 (0)