Skip to content

Commit

Permalink
ci: update concurrency config to not cancel workflow in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Aug 13, 2023
1 parent 16da46e commit 7bda783
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Charts: Release"

concurrency: gh-pages
concurrency:
group: gh-pages
cancel-in-progress: false

on:
workflow_dispatch:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/docs-release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Docs: Release to GitHub pages"

concurrency: gh-pages
concurrency:
group: gh-pages
cancel-in-progress: false

on:
workflow_dispatch:
Expand Down

0 comments on commit 7bda783

Please sign in to comment.