Skip to content

Commit

Permalink
Clarify deploy-doc condition
Browse files Browse the repository at this point in the history
  • Loading branch information
non-det-alle committed Nov 9, 2023
1 parent 1490d8f commit d1779e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/per-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
uses: ./.github/workflows/analysis.yml

deploy-doc:
if: github.event_name == 'push'
# do not run on PR events
if: ( ! github.event_name == 'pull_request' )
needs: documentation
uses: ./.github/workflows/deploy-doc.yml

0 comments on commit d1779e5

Please sign in to comment.