Skip to content

Commit

Permalink
Add simplatform into build chain
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <[email protected]>
  • Loading branch information
jadecarino committed Sep 27, 2024
1 parent 2fbcf1f commit 7737ec6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,8 @@ jobs:
dockerRepository=${{ env.REGISTRY }}
platform=x86_64
trigger-workflow:
name: Trigger workflow depending upon the branch
trigger-next-workflows:
name: Trigger next workflows in the build chain
needs: [build-obr, build-obr-generic, build-obr-javadocs]
runs-on: ubuntu-latest

Expand All @@ -575,4 +575,10 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GALASA_TEAM_GITHUB_TOKEN }}
run: |
gh workflow run build.yml --repo https://github.com/galasa-dev/cli --ref ${{ env.BRANCH }}
gh workflow run build.yml --repo https://github.com/galasa-dev/cli --ref ${{ env.BRANCH }}
- name: Triggering simplatform build
env:
GH_TOKEN: ${{ secrets.GALASA_TEAM_GITHUB_TOKEN }}
run: |
gh workflow run build.yaml --repo https://github.com/galasa-dev/simplatform --ref ${{ env.BRANCH }}

0 comments on commit 7737ec6

Please sign in to comment.