We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b850b commit db451dcCopy full SHA for db451dc
.github/workflows/sphinx.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
sphinx:
8
runs-on: ubuntu-22.04
9
- if: ${{ github.event_name != 'pull_request' }}
+ # if: ${{ github.event_name != 'pull_request' }}
10
steps:
11
- uses: actions/checkout@v2
12
- name: Set up Python 3.8
0 commit comments