Skip to content

Commit

Permalink
Update helm-release-push-charts.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Wiesner authored Jun 12, 2022
1 parent f42a4e4 commit 8531510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm-release-push-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
helm-publish-and-release-charts:
if: ${{ github.event.workflow_run.conclusion == 'success' }} || ${{ github.event_name == 'workflow_dispatch' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
Expand Down Expand Up @@ -133,6 +133,7 @@ jobs:
helm-deploy-release:
runs-on: ubuntu-latest
needs: [helm-publish-and-release-charts]
if: ${{ github.event.workflow_run.conclusion == 'success' }} || ${{ github.event_name == 'workflow_dispatch' }}
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
Expand Down

0 comments on commit 8531510

Please sign in to comment.