From bc3812281e5aabdbcac0259f613b6321eeb9768b Mon Sep 17 00:00:00 2001 From: Olivier Vernin Date: Mon, 9 Dec 2024 11:47:11 +0100 Subject: [PATCH] Update rebuild-push-dist.yml --- .github/workflows/rebuild-push-dist.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 991afa1c..c6bdad31 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -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: @@ -24,7 +26,7 @@ jobs: - name: Set Node.js 20.x uses: actions/setup-node@v4.1.0 with: - node-version: 20 + node-version: 20 cache: npm - name: Install dependencies