Skip to content

Commit ff2c0e6

Browse files
committed
Add not fork for docs release
1 parent 96dbc7e commit ff2c0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ jobs:
555555
name: "Release to Docs"
556556
runs-on: ubuntu-latest
557557
needs: [Setup, BuildDocs]
558-
if: ${{ success() }}
558+
if: ${{ !(github.event.pull_request.head.repo.fork) }}
559559
steps:
560560
- name: Download a single artifact
561561
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)