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 bb8aa7a commit 842daa5Copy full SHA for 842daa5
.github/workflows/doc.yml
@@ -56,11 +56,13 @@ jobs:
56
57
# Add pull request annotations for Sphinx nitpicks (missing references)
58
- name: 'Get list of changed files'
59
+ if: github.event_name == 'pull_request'
60
id: changed_files
61
uses: Ana06/get-changed-files@v2.2.0
62
with:
63
filter: "Doc/**"
64
- name: 'Build changed files in nit-picky mode'
65
66
continue-on-error: true
67
run: |
68
# Mark files the pull request modified
0 commit comments