File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ jobs:
402
402
job_nextjs_integration_test :
403
403
name : Test @sentry/nextjs on (Node ${{ matrix.node }})
404
404
needs : [job_get_metadata, job_build]
405
- if : needs.job_get_metadata.outputs.changed_nextjs == 'true' || github.event_name != 'pull_request'
405
+ # Currently always runs because it is required for merging PRs
406
406
continue-on-error : true
407
407
timeout-minutes : 30
408
408
runs-on : ubuntu-latest
@@ -608,7 +608,7 @@ jobs:
608
608
job_node_integration_tests :
609
609
name : Node SDK Integration Tests (${{ matrix.node }})
610
610
needs : [job_get_metadata, job_build]
611
- if : needs.job_get_metadata.outputs.changed_node == 'true' || github.event_name != 'pull_request'
611
+ # Currently always runs because it is required for merging PRs
612
612
runs-on : ubuntu-latest
613
613
timeout-minutes : 10
614
614
continue-on-error : true
You can’t perform that action at this time.
0 commit comments