1
0
mirror of https://github.com/one-among-us/data.git synced 2024-11-10 05:14:51 +08:00

[O] Try to fix github concurrency

This commit is contained in:
Azalea Gui 2022-12-30 15:04:03 -05:00
parent 4e375ff181
commit 3a72378914
No known key found for this signature in database
GPG Key ID: E289FAC0DA92DD2B

View File

@ -5,6 +5,11 @@ on:
branches: [ main ]
workflow_dispatch:
# One generator at a time
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest