Skip to content

Commit cb81a0b

Browse files
Merge pull request #127 from puppetlabs/MAINT-Skip_mend_on_forks
(MAINT) Skip mend checks on community PRs
2 parents 8217646 + 704e3c9 commit cb81a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tooling_mend_ruby.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ env:
2828

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

0 commit comments

Comments
 (0)