From 1483b58119d1367ae5c7eb15efea9a82d36bb0af Mon Sep 17 00:00:00 2001 From: Jeremy Huard Date: Tue, 7 Apr 2026 01:35:53 +0200 Subject: [PATCH] avoid concurrency and updated actions versions --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5d36da..ce5d789 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,11 +22,10 @@ permissions: pages: write id-token: write -# Only allow one build of this type to run at a time -# Ensure results publishing completes without being interrupted/overwritten +# Avoid the test job to be run before and after auto-merging of dev branch if not up-to-date concurrency: group: "test" - cancel-in-progress: false + cancel-in-progress: true jobs: @@ -125,7 +124,7 @@ jobs: - name: Deploy to GitHub Pages id: deployment if: always() - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 # ==================================== #