From 6cf054079671c3d685a41fb5759c4a342c5b29a7 Mon Sep 17 00:00:00 2001 From: Olivier Vernin Date: Mon, 9 Dec 2024 11:48:57 +0100 Subject: [PATCH] Revert "Update rebuild-push-dist.yml (#847)" This reverts commit 727b5c865a74da1742cbdd225089f8134b6416cf. --- .github/workflows/rebuild-push-dist.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index c6bdad31..991afa1c 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -8,9 +8,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref }} - # 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 + cancel-in-progress: true jobs: post-update: @@ -26,7 +24,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