Skip to content

Commit

Permalink
Merge pull request PrefectHQ#803 from PrefectHQ/no-build-docs-on-fork-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Jan 25, 2024
2 parents 3bf601b + df116bc commit 89506a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on:
pull_request:
branches:
- main
- marvin-old
paths:
- 'docs/**'
- 'docs_old/**'
- 'mkdocs.yml'
- 'mkdocs.insiders.yml'
- '.github/workflows/build-docs.yml'


env:
Expand All @@ -21,6 +20,7 @@ permissions:
jobs:
build-docs:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 89506a2

Please sign in to comment.