mirror of
https://github.com/maputnik/editor.git
synced 2026-09-11 23:07:41 +00:00
ci: cancel superseded pull request runs (#2132)
This commit is contained in:
@@ -6,6 +6,10 @@ on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
jobs:
|
||||
|
||||
build-node:
|
||||
|
||||
Reference in New Issue
Block a user