Skip to content

Commit 46d4422

Browse files
Disable doc-push on forked repo (#8415)
1 parent 18c1067 commit 46d4422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
mkdocs build
2929
3030
update-docs-subtree:
31-
if: github.event_name == 'push'
31+
if: github.event_name == 'push' && github.repository == 'stanfordnlp/dspy'
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)