Skip to content

Commit c1315c9

Browse files
committed
Re-add don't trigger on PR.
1 parent db451dc commit c1315c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
sphinx:
88
runs-on: ubuntu-22.04
9-
# if: ${{ github.event_name != 'pull_request' }}
9+
if: ${{ github.event_name != 'pull_request' }}
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Set up Python 3.8

0 commit comments

Comments
 (0)