mirror of
https://github.com/one-among-us/data.git
synced 2024-11-22 11:14:53 +08:00
parent
6b8169258e
commit
dc9a7aefd7
5
.github/workflows/generator.yml
vendored
5
.github/workflows/generator.yml
vendored
@ -5,6 +5,11 @@ on:
|
|||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
# One generator at a time
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user