Skip to content

Commit

Permalink
Reactivate trigger for end to end github build
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Sep 9, 2024
1 parent 6800d62 commit 921b570
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 921b570

Please sign in to comment.