diff options
author | V <vendicated@riseup.net> | 2023-06-16 19:44:36 +0200 |
---|---|---|
committer | V <vendicated@riseup.net> | 2023-06-16 19:45:01 +0200 |
commit | 2039e10fd5f410f7f3c3ef9057ac8dcf41706e15 (patch) | |
tree | e23c908525906f76f2aa904268ca2adfd7d6c14f /.github | |
parent | e8d90d2b45e8be0595f75454429fc1a5cedb4e33 (diff) | |
download | Vencord-2039e10fd5f410f7f3c3ef9057ac8dcf41706e15.tar.gz Vencord-2039e10fd5f410f7f3c3ef9057ac8dcf41706e15.tar.bz2 Vencord-2039e10fd5f410f7f3c3ef9057ac8dcf41706e15.zip |
Codeberg Mirror: Hopefully fix race condition
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeberg-mirror.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/codeberg-mirror.yml b/.github/workflows/codeberg-mirror.yml index ac2956b..647a431 100644 --- a/.github/workflows/codeberg-mirror.yml +++ b/.github/workflows/codeberg-mirror.yml @@ -1,4 +1,7 @@ name: Sync to Codeberg +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true on: push: workflow_dispatch: |