build: use concurrency (#6361)
This commit is contained in:
@@ -11,6 +11,10 @@ on:
|
||||
workflows: ['Compress images']
|
||||
types: [completed]
|
||||
|
||||
concurrency:
|
||||
group: Migration tests ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
#####################
|
||||
# Run tests migration
|
||||
|
||||
Reference in New Issue
Block a user