Skip to content

Commit

Permalink
Prevent AWS upload job from running on a forked repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweger committed Dec 12, 2024
1 parent 959eb71 commit 6da0ca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/hubverse-aws-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ permissions:

jobs:
upload:
# Don't run on forked repositories
if: github.event.repository.fork != true
runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit 6da0ca3

Please sign in to comment.