Skip to content

Commit e06f2aa

Browse files
committed
skip mend if repo owner is not puppetlabs
Revert "test" This reverts commit 6c43ddd. resfs e test test t test
1 parent 4351be1 commit e06f2aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mend_ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ 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:
2930
- name: "check requirements"
3031
run: |
3132
declare -a MISSING
33+
echo "REQUIRE2"
3234
for V in ${REQUIRE_SECRETS} ; do
3335
[[ -z "${!V}" ]] && MISSING+=($V)
3436
done

0 commit comments

Comments
 (0)