Skip to content

Commit

Permalink
Disable ghpage publish on forks (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
yitsushi committed Nov 11, 2021
1 parent 1980c5c commit 9cde2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build docs
run: make docs-build
release:
if: github.event_name != 'pull_request'
if: ${{ github.event_name != 'pull_request' && github.repository_owner == 'weaveworks' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 9cde2a1

Please sign in to comment.