Skip to content

Commit b72c12f

Browse files
Update cypress-tests.yml
1 parent 1540ff2 commit b72c12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run-cypress-tests:
1818
name: Run Cypress Tests
1919
runs-on: ubuntu-latest
20-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
20+
#if: ${{ github.event.workflow_run.conclusion == 'success' }}
2121
steps:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)