fix(ci): limit docs job concurrency to one

Since it updates the `gh-pages` branch, no two jobs can run at the same
time otherwise there's a race condition and a single one will succeed.
This commit is contained in:
ThinkChaos 2023-11-24 13:08:29 -05:00
parent fa2d8149ba
commit 6dd294b4a7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
- v*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}
jobs:
deploy: