Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed May 24, 2024
1 parent fe449b5 commit 0072b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheel-and-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: ./.github/workflows/test-nightly.yml

build-wheel-and-push:
needs: [set-outputs, test-nighly]
needs: [set-outputs, test-nightly]
if: |
(needs.set-outputs.outputs.dev == 'false') ||
(needs.test-nightly.result == 'success' && needs.set-outputs.outputs.dev == 'true')
Expand Down

0 comments on commit 0072b06

Please sign in to comment.