Skip to content

Commit

Permalink
Merge pull request cdcepi#1307 from reichlab/bsweger/add-fork-check-t…
Browse files Browse the repository at this point in the history
…o-aws-upload

Prevent AWS upload job from running on a forked repo
  • Loading branch information
Annabella-Hines authored Dec 16, 2024
2 parents f300b1a + 6da0ca3 commit 074e8e1
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 074e8e1

Please sign in to comment.