Skip to content

Commit

Permalink
ci: limit concurrency for charts release
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Feb 26, 2024
1 parent 94b6f4a commit 23c7d4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/charts-release-ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
required: false
type: string

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

env:
HELM_VERSION: 3.12.3

Expand Down

0 comments on commit 23c7d4e

Please sign in to comment.