fix(repo): don't cancel running jobs on master when new branch merged (#30871)

This commit is contained in:
Craigory Coppola 2025-04-25 14:01:18 -04:00 committed by GitHub
parent c21b606120
commit c17d43c6a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ on:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true cancel-in-progress: ${{ !contains(github.event.type, 'push')}}
env: env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }} NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}