Skip to content

Commit 15aa095

Browse files
ci: establish stage dependencies for release (#327)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 0818054 commit 15aa095

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
# Deploy development only when merging to main
333333
if: github.ref == 'refs/heads/main'
334334
runs-on: ubuntu-latest
335-
needs: [package]
335+
needs: [package, update-changelog]
336336
steps:
337337
- name: "Deploy the latest documentation"
338338
uses: ansys/actions/doc-deploy-dev@v6

doc/changelog.d/327.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: establish stage dependencies for release

0 commit comments

Comments
 (0)