Engineering - cancel PR build when a new commit is pushed (#254064)

This commit is contained in:
Ladislau Szomoru 2025-07-04 09:05:45 +00:00 committed by GitHub
parent 5b03be390e
commit 93858ca360
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ on:
- main
- 'release/*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs: