mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
ci: Adjust concurrency
This commit is contained in:
parent
3b9eb8a30a
commit
6bb2f5f94e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/mirror.yml
vendored
4
.github/workflows/mirror.yml
vendored
|
@ -7,6 +7,10 @@ on:
|
|||
branches:
|
||||
- master
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue