Skip to content

Commit 7fc3274

Browse files
authored
Prevent GitHub Pages action running on forks (#994)
Co-authored-by: Andy Waite <[email protected]>
1 parent 9fc9c0a commit 7fc3274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
if: github.repository == 'Shopify/ruby-lsp'
1011
name: Publish documentation website
1112
steps:
1213
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)