Skip to content

Commit

Permalink
Merge pull request #498 from axone-protocol/ci/fix-concurrency-update…
Browse files Browse the repository at this point in the history
…-docs

🐛 ci: fix concurrency group for publish new docs version
  • Loading branch information
bdeneux authored May 22, 2024
2 parents 8816d5b + 1e7ee3e commit 8dde834
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 8dde834

Please sign in to comment.