File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -399,6 +399,7 @@ jobs:
399399 with :
400400 files : reports/report.xml
401401 check_name : Backend Tests (Group ${{ matrix.group }})
402+ comment_mode : off
402403
403404 test-frontend :
404405 name : Web-Frontend Tests (Shard ${{ matrix.shard }})
@@ -451,6 +452,7 @@ jobs:
451452 with :
452453 files : reports/junit.xml
453454 check_name : Web-Frontend Tests (Shard ${{ matrix.shard }})
455+ comment_mode : off
454456
455457 test-zapier :
456458 name : Zapier Integration Tests
@@ -518,8 +520,7 @@ jobs:
518520 name : E2E Tests (Shard ${{ matrix.shard }})
519521 timeout-minutes : 60
520522 runs-on : ubuntu-latest
521- # Only run E2E tests on PRs, not on develop/master branches
522- if : github.event_name == 'pull_request'
523+ if : needs.detect-changes.outputs.backend == 'true' || needs.detect-changes.outputs.frontend == 'true' || needs.detect-changes.outputs.dockerfiles == 'true' || github.ref_name == 'develop' || github.ref_name == 'master'
523524 needs :
524525 - build-backend
525526 - build-frontend
@@ -678,7 +679,6 @@ jobs:
678679 collect-e2e-reports :
679680 name : Collect E2E Test Reports
680681 runs-on : ubuntu-latest
681- if : github.event_name == 'pull_request' && always()
682682 needs : [test-e2e]
683683 permissions :
684684 contents : read
You can’t perform that action at this time.
0 commit comments