Skip to content

Commit

Permalink
chore: skip individual cypress steps (#3442)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Jan 23, 2024
1 parent 3d4534a commit 1e9b376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ jobs:
test-timeout-mins: "120"

test-pr-cypress:
if: github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true'
needs: [check-deploy, deploy-pr]
runs-on: ubuntu-22.04

Expand All @@ -149,6 +148,7 @@ jobs:

steps:
- uses: SwissDataScienceCenter/renku-actions/[email protected]
if: github.event.action != 'closed' && needs.check-deploy.outputs.pr-contains-string == 'true' && needs.check-deploy.outputs.test-enabled == 'true'
with:
e2e-target: ${{ matrix.tests }}
renku-reference: ${{ github.ref }}
Expand Down

0 comments on commit 1e9b376

Please sign in to comment.