From 1ec2ca9a83b2f6c0d0405d9b4ad9adb05b1f4121 Mon Sep 17 00:00:00 2001 From: BryanFRD Date: Wed, 27 May 2026 13:06:56 +0200 Subject: [PATCH] =?UTF-8?q?chore(template):=20release.yml=20=E2=80=94=20co?= =?UTF-8?q?ncurrency=20+=20checkout@v5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow-templates/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/workflow-templates/release.yml b/workflow-templates/release.yml index 2cc5e61..ca127fc 100644 --- a/workflow-templates/release.yml +++ b/workflow-templates/release.yml @@ -14,6 +14,10 @@ permissions: contents: write id-token: write +concurrency: + group: release-${{ github.ref }} + cancel-in-progress: false + jobs: release: name: Run FerrFlow @@ -22,7 +26,7 @@ jobs: (github.event_name == 'push' && github.ref == 'refs/heads/main' && !startsWith(github.event.head_commit.message, 'chore(release):')) || github.event_name == 'workflow_dispatch' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: false