We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e96a4e4 commit 1740ee2Copy full SHA for 1740ee2
2 files changed
.github/workflows/docs.yml
@@ -2,8 +2,6 @@ name: Build and Deploy Documentation
2
3
on:
4
workflow_dispatch:
5
- release:
6
- types: [published]
7
8
permissions:
9
contents: read
.github/workflows/release-please.yml
@@ -372,6 +372,7 @@ jobs:
372
ssh startcloud@172.17.204.177 "rm -f /tmp/armor_*.deb"
373
374
build-docs:
375
+ name: Build Docs
376
needs: [release-please, build-packages]
377
if: ${{ needs.release-please.outputs.release_created }}
378
runs-on: ubuntu-latest
0 commit comments