File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 pro-dummy-app-node-renderer :
151151 needs :
152152 - detect-changes
153- - build-dummy-app-webpack-test-bundles
153+ - pro- build-dummy-app-webpack-test-bundles
154154 if : github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch' || needs.detect-changes.outputs.run_pro_tests == 'true'
155155 runs-on : ubuntu-22.04
156156 env :
@@ -327,7 +327,7 @@ jobs:
327327 node-renderer-e2e-tests :
328328 needs :
329329 - detect-changes
330- - build-dummy-app-webpack-test-bundles
330+ - pro- build-dummy-app-webpack-test-bundles
331331 if : github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch' || needs.detect-changes.outputs.run_pro_tests == 'true'
332332 runs-on : ubuntu-22.04
333333 env :
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150 pro-package-js-tests :
151151 needs :
152152 - detect-changes
153- - build-dummy-app-webpack-test-bundles
153+ - pro- build-dummy-app-webpack-test-bundles
154154 if : github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch' || needs.detect-changes.outputs.run_pro_tests == 'true'
155155 runs-on : ubuntu-22.04
156156 # Redis service container
You can’t perform that action at this time.
0 commit comments