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:
@@ -20,6 +20,10 @@ on:
|
||||
schedule:
|
||||
- cron: '17 0 * * 6'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
|
||||
Reference in New Issue
Block a user