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 2931f66 commit 010d2d3Copy full SHA for 010d2d3
.github/workflows/release-please.yml
@@ -64,6 +64,8 @@ jobs:
64
65
deploy-doc:
66
runs-on: ubuntu-latest
67
+ needs: release
68
+ if: ${{ needs.release.outputs.prs_created }}
69
70
strategy:
71
matrix:
0 commit comments