chore: add need statement to gitlabci/render_pptx

This commit is contained in:
Winston Smith 2023-02-28 17:44:51 +01:00
parent bf8c9b88a8
commit b6b2a9b39b

View File

@ -42,6 +42,7 @@ render_pdf:
- if: $CI_COMMIT_BRANCH =~ /^make/ - if: $CI_COMMIT_BRANCH =~ /^make/
render_ppt: render_ppt:
needs: [render_pdf]
environment: $CI_COMMIT_BRANCH environment: $CI_COMMIT_BRANCH
stage: build stage: build
when: manual when: manual
@ -77,4 +78,3 @@ pages:
- public - public
rules: rules:
- if: $CI_COMMIT_BRANCH =~ /^make/ - if: $CI_COMMIT_BRANCH =~ /^make/