Skip to content

Commit

Permalink
Merge pull request #120 from puppetlabs/CAT-2117-skip-mend-for-PR-rai…
Browse files Browse the repository at this point in the history
…sed-from-forks

skip mend if PR is from a forked repo
  • Loading branch information
david22swan authored Nov 6, 2024
2 parents 4351be1 + 03e3359 commit fa22e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mend_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:

jobs:
mend:
if: github.event.pull_request.head.repo.fork == false
runs-on: "ubuntu-latest"
continue-on-error: ${{ contains(fromJson('["puppetlabs","puppet-toy-chest"]'), github.repository_owner) != true }}
steps:
Expand Down

0 comments on commit fa22e46

Please sign in to comment.