diff --git a/.github/workflows/runtime-test-cron.yml b/.github/workflows/runtime-test-cron.yml index e89ec38..b27c5a0 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@main + uses: ./.github/workflows/ci.yml with: runtime: ${{ needs.check_latest_runtime.outputs.runtime }} secrets: inherit