ci: avoid multiple ci runs when event is pull_request
This commit is contained in:
@@ -10,6 +10,10 @@ on:
|
||||
- master
|
||||
- monorepo # to be removed once we complete monorepo tasks
|
||||
|
||||
concurrency:
|
||||
group: "${{ github.workflow }}-${{ github.head_ref }}"
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user