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 e2d44b1 commit 7195f3dCopy full SHA for 7195f3d
.github/workflows/master.yml
@@ -63,7 +63,4 @@ jobs:
63
# If the above worked:
64
# Build docs and upload to GH Pages
65
needs: unittest
66
- runs-on: ubuntu-latest
67
- steps:
68
- - uses: ./.github/workflows/sphinx.yml
69
- if: ${{ github.event_name != 'pull_request' }}
+ uses: ./.github/workflows/sphinx.yml
.github/workflows/sphinx.yml
@@ -6,6 +6,7 @@ on:
6
jobs:
7
sphinx:
8
runs-on: ubuntu-latest
9
+ if: ${{ github.event_name != 'pull_request' }}
10
steps:
11
- uses: actions/checkout@v2
12
- name: Set up Python 3.7
0 commit comments