Skip to content

Commit

Permalink
Disable deploy workflow on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Dec 12, 2023
1 parent 184a5ce commit 4ef5bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ concurrency:
jobs:
# Single deploy job since we're just deploying
deploy:
if: github.repository_owner == 'galaxyproject'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 4ef5bb8

Please sign in to comment.