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

@@ -18,7 +18,7 @@ env:
DOCKER_HUB: seerr/seerr
concurrency:
group: ci-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: