Skip to content

Commit

Permalink
deploy: don't run on forked repos (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ee7 authored Apr 1, 2022
1 parent 601d9a5 commit 3e9d174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling-files/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

jobs:
build-and-push-image:
if: github.repository_owner == 'exercism' # Stops this job from running on forks.
uses: exercism/github-actions/.github/workflows/docker-build-push-image.yml@main
secrets:
AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID}}
Expand Down

0 comments on commit 3e9d174

Please sign in to comment.