Skip to content

Commit fa22e46

Browse files
authored
Merge pull request #120 from puppetlabs/CAT-2117-skip-mend-for-PR-raised-from-forks
skip mend if PR is from a forked repo
2 parents 4351be1 + 03e3359 commit fa22e46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mend_ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ env:
2323

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

0 commit comments

Comments
 (0)