File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
GH_BOT_NAME : ' github-actions[bot]'
13
13
GH_BOT_EMAIL : ' github-actions[bot]@users.noreply.github.com'
14
14
GH_EVENT_OPEN_PR_UPSTREAM : ${{ github.event_name == 'pull_request' && github.event.action != 'closed' &&
15
- github.event.pull_request && !github.event.pull_request.head .repo.fork }}
15
+ github.event.pull_request && !github.event.pull_request.base .repo.fork }}
16
16
GH_EVENT_PUSH_UPSTREAM : ${{ github.ref == 'refs/heads/master' && github.event_name == 'push' &&
17
17
github.event.ref == 'refs/heads/master' && github.event.repository && !github.event.repository.fork }}
18
18
PUBLISH_DIR : doc/_build/html/
@@ -224,7 +224,7 @@ jobs:
224
224
clean :
225
225
if : |
226
226
github.event_name == 'pull_request' && github.event.action == 'closed' &&
227
- github.event.pull_request && !github.event.pull_request.head .repo.fork
227
+ github.event.pull_request && !github.event.pull_request.base .repo.fork
228
228
229
229
needs : build-and-deploy
230
230
You can’t perform that action at this time.
0 commit comments