From dd444cacec2fd91c83fd4e9912af69d806750da7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 10 May 2026 10:54:34 +0000 Subject: ci: add concurrency group to prevent tag race on rapid pushes Agent-Logs-Url: https://github.com/vyos/vyos-documentation/sessions/49d35e98-ac39-4556-824a-e129c23f768e Co-authored-by: andamasov <12631358+andamasov@users.noreply.github.com> --- .github/workflows/update-version-tags.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/update-version-tags.yml b/.github/workflows/update-version-tags.yml index 4a781c4f..450ea95e 100644 --- a/.github/workflows/update-version-tags.yml +++ b/.github/workflows/update-version-tags.yml @@ -10,6 +10,10 @@ on: permissions: contents: write +concurrency: + group: version-tag-${{ github.ref_name }} + cancel-in-progress: true + jobs: retag: runs-on: ubuntu-latest -- cgit v1.2.3