[O] Try to fix github concurrency

Former-commit-id: 3a72378914
pull/49/head
Azalea Gui 2022-12-30 15:04:03 -05:00
parent 6b8169258e
commit dc9a7aefd7
1 changed files with 5 additions and 0 deletions

View File

@ -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