Merge pull request #2921 from dundargoc/ci/concurrency

ci: simplify concurrency
This commit is contained in:
Amaan Qureshi 2024-02-04 13:07:50 -05:00 committed by GitHub
commit 887d48ab4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,17 +9,11 @@ on:
- synchronize
- ready_for_review
push:
branches-ignore:
- release/v*
branches:
- 'master'
concurrency:
group: >
${{ github.workflow }} @ ${{
github.ref == 'refs/heads/master' && github.ref_name || ''
}}${{
github.ref == 'refs/heads/master' && github.sha
|| github.event.pull_request.head.label || github.head_ref || github.ref
}}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: