Skip to content

Commit

Permalink
Update rebuild-push-dist.yml (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak authored Dec 9, 2024
1 parent 23acade commit 727b5c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rebuild-push-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# For some reason, this job is always canceled
# So I am trying to disable this setting to see if it changes anything
cancel-in-progress: false

jobs:
post-update:
Expand All @@ -24,7 +26,7 @@ jobs:
- name: Set Node.js 20.x
uses: actions/[email protected]
with:
node-version: 20
node-version: 20
cache: npm

- name: Install dependencies
Expand Down

0 comments on commit 727b5c8

Please sign in to comment.