Skip to content

Commit

Permalink
ci: fix concurrency group for publish new docs version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed May 22, 2024
1 parent 8816d5b commit cdec588
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-versioned-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Update versioned docs

concurrency: update-docs-${{ github.ref }}
concurrency:
group: update-docs-${{ github.ref }}
cancel-in-progress: false

on:
workflow_dispatch:
Expand Down

0 comments on commit cdec588

Please sign in to comment.