File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232232 name : Legacy Cypress tests
233233 runs-on : ubuntu-24.04
234234 needs : [check-deploy, deploy-pr, deploy-pr-azure]
235- if : github.event.action != 'closed' && (needs.check-deploy.outputs.pr-contains-string == 'true' || needs.check-deploy.outputs.azure-deploy == 'true') && needs.check-deploy.outputs.test-enabled == 'true'
235+ if : github.event.action != 'closed' && (needs.check-deploy.outputs.pr-contains-string == 'true' || needs.check-deploy.outputs.azure-deploy == 'true') && needs.check-deploy.outputs.test-legacy- enabled == 'true'
236236 strategy :
237237 fail-fast : false
238238 matrix :
@@ -248,7 +248,7 @@ jobs:
248248 ]
249249 steps :
250250 - uses : SwissDataScienceCenter/renku-actions/test-renku-cypress@v1.17.0
251- if : github.event.action != 'closed' && (needs.check-deploy.outputs.pr-contains-string == 'true' || needs.check-deploy.outputs.azure-deploy == 'true') && needs.check-deploy.outputs.test-enabled == 'true'
251+ if : github.event.action != 'closed' && (needs.check-deploy.outputs.pr-contains-string == 'true' || needs.check-deploy.outputs.azure-deploy == 'true') && needs.check-deploy.outputs.test-legacy- enabled == 'true'
252252 with :
253253 e2e-target : ${{ matrix.tests }}
254254 renku-reference : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments