Fixes GitHub Workflow Concurrency flag (#7505)

* Do not cancel master workflow.
This commit is contained in:
Aleos
2022-12-20 19:53:39 -05:00
committed by GitHub
parent 39d5a02a31
commit 70d729ecf8
9 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ name: Validate NPC Scripts and DB Changes
concurrency:
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
on:
push: