Skip to content

Commit

Permalink
local workflow reuse does not use tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shichen85 committed May 3, 2024
1 parent 4507707 commit 270cd8b
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@main
uses: ./.github/workflows/ci.yml
with:
runtime: ${{ needs.check_latest_runtime.outputs.runtime }}
secrets: inherit

0 comments on commit 270cd8b

Please sign in to comment.