Skip to content

Commit 704e3c9

Browse files
committed
(MAINT) Skip mend checks on community PRs
Copied a conditional from mend_ruby.yml to skip running mend checks on PRs from forks so that we can avoid false CI failures from community PRs.
1 parent 6160e51 commit 704e3c9

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)