Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
terrykong committed Dec 2, 2023
1 parent a0cded0 commit a7dc646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nightly-rosetta-pax-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
needs: [metadata, amd64, arm64]
uses: ./.github/workflows/_publish_badge.yaml
if: always()
with:
ENDPOINT_FILENAME: 'rosetta-pax-build-status.json'
PUBLISH: ${{ needs.metadata.outputs.PUBLISH == 'true' }}
SCRIPT: |
Expand Down Expand Up @@ -152,7 +153,7 @@ jobs:
type=raw,value=nightly-${{ needs.metadata.outputs.BUILD_DATE }},priority=900
publish-test-badge:
needs: [metadata, publish-build-badge, test-amd64]
needs: [metadata, amd64, arm64, test-amd64]
uses: ./.github/workflows/_publish_badge.yaml
if: always()
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-rosetta-t5x-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
secrets: inherit

publish-test-badge:
needs: [metadata, publish-build-badge, test-unit-amd64, test-t5x-amd64, test-vit-amd64]
needs: [metadata, amd64, arm64, test-unit-amd64, test-t5x-amd64, test-vit-amd64]
uses: ./.github/workflows/_publish_badge.yaml
if: always()
secrets: inherit
Expand Down

0 comments on commit a7dc646

Please sign in to comment.