Cancel superseded pull request validation without cancelling releases
build-image / docker (pull_request) Failing after 2s

This commit is contained in:
2026-09-11 08:47:07 +00:00
parent 2cdd7585bb
commit 9c3e88c200
+5
View File
@@ -8,6 +8,11 @@ on:
branches: branches:
- main - main
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number
|| github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs: jobs:
docker: docker:
runs-on: butler-ci runs-on: butler-ci