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 7119f37 commit 3cd590e
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions .github/workflows/helm-release-push-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,26 +131,13 @@ 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
with:
access_token: ${{ github.token }}

- name: Get latest Release
id: get-latest-release
uses: joutvhu/get-release@v1
with:
latest: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: rowi1de/argocd/.github/workflows/release-trigger-other-repos.yaml@main
with:
repository: ${{ github.repository }}
semVer: "1.0.0"

- uses: rowi1de/argocd/.github/workflows/release-trigger-other-repos.yaml@main
with:
repository: ${{ github.repository }}
semVer: ${{ steps.get-latest-release.outputs.tag_name }}




0 comments on commit 3cd590e

Please sign in to comment.