mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix GH Actions concurrency
This commit is contained in:
parent
a2dbecb606
commit
1f10e26139
2
.github/workflows/table-of-contents.yaml
vendored
2
.github/workflows/table-of-contents.yaml
vendored
@ -3,7 +3,7 @@ on: push
|
||||
name: TOC Generator
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }}
|
||||
|
||||
jobs:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user