1
0
mirror of https://github.com/one-among-us/data.git synced 2024-11-22 03:04:51 +08:00

[O] Try to fix github concurrency

Former-commit-id: 3a72378914
This commit is contained in:
Azalea Gui 2022-12-30 15:04:03 -05:00
parent 6b8169258e
commit dc9a7aefd7

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