Skip to content

Commit

Permalink
ci: enable concurrency on root level
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Jul 28, 2023
1 parent ec4723b commit b33b438
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-push-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ permissions:
env:
WORKFLOW_BRANCH: "new_deployment_build-push-helm-chart"

concurrency:
group: '${{ github.workflow }}-${{ github.ref || github.head_ref }}'
cancel-in-progress: true

jobs:
build:
concurrency:
Expand Down

0 comments on commit b33b438

Please sign in to comment.