Skip to content

Commit

Permalink
ci: top-level: require custom-doc to deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
  • Loading branch information
gastmaier committed Dec 4, 2024
1 parent 71dc629 commit 1f582f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/top-level.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
deploy:
if: github.ref == 'refs/heads/main'
uses: ./.github/workflows/deploy.yml
needs: [build-doc, tests]
needs: [build-doc, tests, custom-doc]
secrets: inherit
permissions:
contents: write

0 comments on commit 1f582f6

Please sign in to comment.