diff options
| author | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2026-05-10 10:54:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-10 10:54:34 +0000 |
| commit | dd444cacec2fd91c83fd4e9912af69d806750da7 (patch) | |
| tree | 59818fa2e891ceb1ba6563be86a9bcd7d04b74b3 | |
| parent | ee4337574359be217a9ea74342752663b443c684 (diff) | |
| download | vyos-documentation-dd444cacec2fd91c83fd4e9912af69d806750da7.tar.gz vyos-documentation-dd444cacec2fd91c83fd4e9912af69d806750da7.zip | |
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>
| -rw-r--r-- | .github/workflows/update-version-tags.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
