Skip to content

Commit 5b26a74

Browse files
committed
more alignment
1 parent a2cc9a4 commit 5b26a74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)