There was an error while loading. Please reload this page.
1 parent 11d8c3e commit 28da2a5Copy full SHA for 28da2a5
.github/workflows/rebuild-push-dist.yml
@@ -8,9 +8,7 @@ on:
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
11
- # For some reason, this job is always canceled
12
- # So I am trying to disable this setting to see if it changes anything
13
- cancel-in-progress: false
+ cancel-in-progress: true
14
15
jobs:
16
post-update:
0 commit comments