Skip to content

Commit

Permalink
[CI] Remove environment from workflow calls 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 a098f38 commit 6e9dc46
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/run-scdf-at.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,7 @@ jobs:

rabbit:
if: ${{ inputs.binder-type == 'rabbit' }}
environment: scdf_at
needs:
- lease_test_env
needs: [ lease_test_env ]
uses: ./.github/workflows/acceptance-tests-for-rabbit.yml
with:
cf-host: ${{ needs.lease_test_env.outputs.cf-host }}
Expand All @@ -175,9 +173,7 @@ jobs:

kafka:
if: ${{ inputs.binder-type == 'kafka' }}
environment: scdf_at
needs:
- lease_test_env
needs: [ lease_test_env ]
uses: ./.github/workflows/acceptance-tests-for-kafka.yml
with:
cf-host: ${{ needs.lease_test_env.outputs.cf-host }}
Expand Down

0 comments on commit 6e9dc46

Please sign in to comment.