Skip to content

Commit

Permalink
Merge pull request #174 from galasa-dev/iss1963-gh-e2e
Browse files Browse the repository at this point in the history
Iss1963 - Reactivate trigger for Helm build to implement GH end to end build
  • Loading branch information
jadecarino authored Sep 10, 2024
2 parents 6800d62 + 921b570 commit f8574b4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -527,13 +527,12 @@ jobs:
runs-on: ubuntu-latest

steps:
# Todo: Uncomment to finish issue 1963.
# - name: Triggering helm build (github.ref is main)
# if: ${{ env.BRANCH == 'main' }}
# env:
# GH_TOKEN: ${{ secrets.GALASA_TEAM_GITHUB_TOKEN }}
# run: |
# gh workflow run build-helm.yaml --repo https://github.com/galasa-dev/automation --ref ${{ env.BRANCH }}
- name: Triggering helm build (github.ref is main)
if: ${{ env.BRANCH == 'main' }}
env:
GH_TOKEN: ${{ secrets.GALASA_TEAM_GITHUB_TOKEN }}
run: |
gh workflow run build-helm.yaml --repo https://github.com/galasa-dev/automation --ref ${{ env.BRANCH }}
- name: Triggering cli build (github.ref is not main)
if: ${{ env.BRANCH != 'main' }}
Expand Down

0 comments on commit f8574b4

Please sign in to comment.