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:
parent
4e375ff181
commit
3a72378914
5
.github/workflows/generator.yml
vendored
5
.github/workflows/generator.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user