Skip to content

Commit 7195f3d

Browse files
authored
[SW-562] update sphinx workflow (#97)
minor update to sphinx workflow on github.
1 parent e2d44b1 commit 7195f3d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,4 @@ jobs:
6363
# If the above worked:
6464
# Build docs and upload to GH Pages
6565
needs: unittest
66-
runs-on: ubuntu-latest
67-
steps:
68-
- uses: ./.github/workflows/sphinx.yml
69-
if: ${{ github.event_name != 'pull_request' }}
66+
uses: ./.github/workflows/sphinx.yml

.github/workflows/sphinx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
sphinx:
88
runs-on: ubuntu-latest
9+
if: ${{ github.event_name != 'pull_request' }}
910
steps:
1011
- uses: actions/checkout@v2
1112
- name: Set up Python 3.7

0 commit comments

Comments
 (0)