Codeberg Mirror: Hopefully fix race condition
This commit is contained in:
parent
e8d90d2b45
commit
2039e10fd5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/codeberg-mirror.yml
vendored
3
.github/workflows/codeberg-mirror.yml
vendored
|
@ -1,4 +1,7 @@
|
|||
name: Sync to Codeberg
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in a new issue