Skip to content

Commit

Permalink
Modified the GitHub Actions workflow for building and deploying the d…
Browse files Browse the repository at this point in the history
…ocs to GitHub Pages so that it only runs if the GitHub repository owner is gearman. (#403)

Co-authored-by: Ed Sabol <[email protected]>
  • Loading branch information
esabol and esabol authored Aug 4, 2024
1 parent 6816e06 commit d73bf29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ concurrency:

jobs:
build:
if: github.repository_owner == 'gearman'

name: Build Docs

Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
path: 'docs/build/dirhtml'

deploy:
if: github.repository_owner == 'gearman'

name: Deploy Docs

Expand Down

0 comments on commit d73bf29

Please sign in to comment.