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 @@ -386,7 +386,7 @@ jobs:
386
386
job_nextjs_integration_test :
387
387
name : Test @sentry/nextjs on (Node ${{ matrix.node }})
388
388
needs : [job_get_metadata, job_build]
389
- # Currently always runs because it is required for merging PRs
389
+ if : needs.job_get_metadata.outputs.changed_nextjs == 'true' || github.event_name != 'pull_request'
390
390
timeout-minutes : 30
391
391
runs-on : ubuntu-latest
392
392
strategy :
@@ -585,7 +585,7 @@ jobs:
585
585
job_node_integration_tests :
586
586
name : Node SDK Integration Tests (${{ matrix.node }})
587
587
needs : [job_get_metadata, job_build]
588
- # Currently always runs because it is required for merging PRs
588
+ if : needs.job_get_metadata.outputs.changed_node == 'true' || github.event_name != 'pull_request'
589
589
runs-on : ubuntu-latest
590
590
timeout-minutes : 10
591
591
strategy :
You can’t perform that action at this time.
0 commit comments