Skip to content

Commit

Permalink
delete concurrency group
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Dec 16, 2024
1 parent 5d02df3 commit 319bad4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/helm-chart-releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
branches:
# - main

concurrency:
group: release-helm-chart
cancel-in-progress: false
# concurrency:
# group: release-helm-chart
# cancel-in-progress: false

jobs:
release:
Expand Down Expand Up @@ -44,6 +44,7 @@ jobs:
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 #v1.6.0
with:
charts_dir: automation
skip_existing: true
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit 319bad4

Please sign in to comment.