Skip to content

Commit

Permalink
ci: don't run pages workflow on forks
Browse files Browse the repository at this point in the history
Co-authored-by: Josiah Hilden <[email protected]>
  • Loading branch information
w-lfchen and oldwomanjosiah committed Aug 28, 2024
1 parent 7391c94 commit 3ea6eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
build:
name: Build mdBook
runs-on: ubuntu-latest
if: github.repository == 'elkowar/eww'
steps:
# Checkout
- uses: actions/checkout@master
Expand Down

0 comments on commit 3ea6eb9

Please sign in to comment.