Skip to content

Commit 727b5c8

Browse files
authored
Update rebuild-push-dist.yml (#847)
1 parent 23acade commit 727b5c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rebuild-push-dist.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: true
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
1214

1315
jobs:
1416
post-update:
@@ -24,7 +26,7 @@ jobs:
2426
- name: Set Node.js 20.x
2527
uses: actions/setup-node@v4.1.0
2628
with:
27-
node-version: 20
29+
node-version: 20
2830
cache: npm
2931

3032
- name: Install dependencies

0 commit comments

Comments
 (0)