diff --git a/.github/workflows/runtime-test-cron.yml b/.github/workflows/runtime-test-cron.yml index b27c5a0..6501654 100644 --- a/.github/workflows/runtime-test-cron.yml +++ b/.github/workflows/runtime-test-cron.yml @@ -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