diff options
| -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 |
