Skip to content

Commit

Permalink
ci: don't run publish workflow on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Dec 15, 2020
1 parent 4728fa2 commit 72aa64c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# ref: https://hub.docker.com/orgs/jupyterhub
#
publish:
if: github.repository == 'jupyterhub/zero-to-jupyterhub-k8s'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 72aa64c

Please sign in to comment.