Skip to content

Commit

Permalink
[CI] Fix workflow ref path in run-scdf-at.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Dec 10, 2024
1 parent 66e32b8 commit 3776c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-scdf-at.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
if: ${{ inputs.binder-type == 'rabbit' }}
needs:
- lease_test_env
uses: .github/workflows/acceptance-tests-for-rabbit.yml@main
uses: ./.github/workflows/acceptance-tests-for-rabbit.yml@main
with:
cf-host: ${{ needs.lease_test_env.outputs.cf-host }}
cf-api-url: ${{ needs.lease_test_env.outputs.cf-api-url }}
Expand All @@ -175,7 +175,7 @@ jobs:
if: ${{ inputs.binder-type == 'kafka' }}
needs:
- lease_test_env
uses: .github/workflows/acceptance-tests-for-kafka.yml@main
uses: ./.github/workflows/acceptance-tests-for-kafka.yml@main
with:
cf-host: ${{ needs.lease_test_env.outputs.cf-host }}
cf-api-url: ${{ needs.lease_test_env.outputs.cf-api-url }}
Expand Down

0 comments on commit 3776c3b

Please sign in to comment.