Cancel superseded pull request validation without cancelling releases

This commit is contained in:
2026-09-11 08:47:06 +00:00
parent d1eb5f05af
commit 198c3e7952
+5
View File
@@ -11,6 +11,11 @@ on:
branches: branches:
- master - master
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:
build-and-push: build-and-push:
runs-on: butler-ci runs-on: butler-ci