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 Oct 20, 2024
1 parent 8127b4e commit c5570e4
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 c5570e4

Please sign in to comment.