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 961fc6b commit 48c2f8fCopy full SHA for 48c2f8f
.github/workflows/tests.yml
@@ -107,6 +107,8 @@ jobs:
107
documentation:
108
name: Documentation
109
runs-on: ubuntu-latest
110
+ # Main docs are built in another workflow, we don't have to test them outside of PR
111
+ if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
112
steps:
113
- uses: actions/checkout@v2
114
0 commit comments