Skip to content

Commit

Permalink
runtime test cron should use the build-and-test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
shichen85 committed May 13, 2024
1 parent f7f122d commit fec0b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtime-test-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: ${{ needs.check_latest_runtime.outputs.runtime }}
needs: check_latest_runtime
name: Order test builds
uses: ./.github/workflows/ci.yml
uses: ./.github/workflows/build-and-test.yml
with:
runtime: ${{ needs.check_latest_runtime.outputs.runtime }}
secrets: inherit

0 comments on commit fec0b8d

Please sign in to comment.