Skip to content

Commit

Permalink
Add explicit needs between jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Nov 19, 2024
1 parent da60a01 commit 537f853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-commit-run-tpch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
ACTIONS_AWS_ROLE_ARN: ${{ secrets.ACTIONS_AWS_ROLE_ARN }}

run:
needs: build
uses: ./.github/workflows/run-tpch.yaml
with:
wheel: ${{ needs.build.outputs.wheel }}
Expand Down

0 comments on commit 537f853

Please sign in to comment.