Skip to content

Commit d8205a6

Browse files
committed
update job references
1 parent e47b626 commit d8205a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pro-integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/pro-test-package-and-gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)