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 fb1789c commit 8e1080cCopy full SHA for 8e1080c
.github/workflows/master.yml
@@ -66,5 +66,5 @@ jobs:
66
needs: unittest
67
runs-on: ubuntu-latest
68
steps:
69
- uses: ./.github/workflows/sphinx.yml
70
- if: ${{ github.event_name != 'pull_request' }}
+ - uses: ./.github/workflows/sphinx.yml
+ if: ${{ github.event_name != 'pull_request' }}
0 commit comments