ci: update concurrency logic (#2481)

This commit is contained in:
Joe Harrison
2026-02-17 13:47:16 +00:00
committed by GitHub
parent 5e57fdcf66
commit 4939f13dbe
14 changed files with 14 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ env:
DOCKER_HUB: seerr/seerr
concurrency:
group: preview-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: