Skip to content

Commit

Permalink
Merge pull request #181 from galasa-dev/build-tests-after-obr
Browse files Browse the repository at this point in the history
Build the integratedtests after the OBR
  • Loading branch information
jadecarino authored Sep 30, 2024
2 parents fba183d + dc387dc commit 21b238f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,13 @@ jobs:
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 integratedtests build (github.ref is main)
if: ${{ env.BRANCH == 'main' }}
env:
GH_TOKEN: ${{ secrets.GALASA_TEAM_GITHUB_TOKEN }}
run: |
gh workflow run build.yaml --repo https://github.com/galasa-dev/integratedtests --ref ${{ env.BRANCH }}
- name: Triggering cli build (github.ref is not main)
if: ${{ env.BRANCH != 'main' }}
Expand Down

0 comments on commit 21b238f

Please sign in to comment.