Skip to content

Commit 797a8a6

Browse files
committed
Trying to figure out how to trigger the job.
1 parent 826e6aa commit 797a8a6

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)