@@ -154,12 +154,12 @@ on:
154154 description : A flag that determines whether the koncur tackle-hub tests should be run
155155 type : boolean
156156 required : false
157- default : true
157+ default : false
158158 run_koncur_kantra_tests :
159159 description : A flag that determines whether the koncur kantra tests should be run
160160 type : boolean
161161 required : false
162- default : true
162+ default : false
163163 koncur_ref :
164164 description : The branch or ref of the koncur repository to use for tests
165165 type : string
@@ -347,7 +347,7 @@ jobs:
347347 ref : " ${{ env.GOLANG_TESTS_REF }}"
348348
349349 - name : Setup Konveyor
350- uses : mguetta1 /ci/setup-konveyor-minikube@global-ci-bundle
350+ uses : konveyor /ci/setup-konveyor-minikube@main
351351 with :
352352 artifact : ${{ inputs.artifact }}
353353 operator_bundle : ${{ inputs.operator_bundle }}
@@ -415,7 +415,7 @@ jobs:
415415
416416 steps :
417417 - name : Setup Konveyor
418- uses : mguetta1 /ci/setup-konveyor-minikube@global-ci-bundle
418+ uses : konveyor /ci/setup-konveyor-minikube@main
419419 with :
420420 artifact : ${{ inputs.artifact }}
421421 operator_bundle : ${{ inputs.operator_bundle }}
@@ -469,13 +469,8 @@ jobs:
469469 runs-on : ubuntu-latest
470470 if : ${{ inputs.run_koncur_hub_tests }}
471471 steps :
472- - name : Checkout CI repo
473- uses : actions/checkout@v4
474- with :
475- repository : konveyor/ci
476-
477472 - name : Setup Konveyor
478- uses : mguetta1 /ci/setup-konveyor-minikube@global-ci-bundle
473+ uses : konveyor /ci/setup-konveyor-minikube@main
479474 with :
480475 artifact : ${{ inputs.artifact }}
481476 operator_bundle : ${{ inputs.operator_bundle }}
0 commit comments