We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be78a7b commit 998302bCopy full SHA for 998302b
.github/workflows/cicd.yaml
@@ -87,6 +87,8 @@ jobs:
87
name: github-pages
88
url: ${{ steps.deployment.outputs.page_url }}
89
runs-on: ubuntu-24.04
90
+ needs: release
91
+ if: ${{ needs.release.outputs.released }}
92
steps:
93
- name: Checkout
94
uses: actions/checkout@v4
0 commit comments