Skip to content

Commit 2433f0a

Browse files
committed
[CI/CD] Add dependency on build_opencue_packages step in packaging pipeline
1 parent 5ae0cda commit 2433f0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/packaging-pipeline.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ jobs:
8080
path: /tmp/opencue-test/*.log
8181

8282
build_components:
83-
needs: integration_test
83+
needs:
84+
- integration_test
85+
- build_opencue_packages
8486
strategy:
8587
matrix:
8688
component: [cuebot, rqd]

0 commit comments

Comments
 (0)