Skip to content

Commit

Permalink
Test to ensure it runs if owner matches..
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Feb 9, 2024
1 parent 5eaf70e commit 30406bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
steps:
- id: deployment
if: github.repository_owner == 'francescorandi' # don't run if it's a fork of the original repo
if: github.repository_owner == 'openworm' # don't run if it's a fork of the original repo
uses: actions/deploy-pages@v1

0 comments on commit 30406bd

Please sign in to comment.