Skip to content

Commit

Permalink
skip mend if repo owner is not puppetlabs
Browse files Browse the repository at this point in the history
Revert "test"

This reverts commit 6c43ddd.

resfs

e

test

test

t

test
  • Loading branch information
rahuls2997 committed Oct 28, 2024
1 parent 4351be1 commit e06f2aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mend_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ 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:
- name: "check requirements"
run: |
declare -a MISSING
echo "REQUIRE2"
for V in ${REQUIRE_SECRETS} ; do
[[ -z "${!V}" ]] && MISSING+=($V)
done
Expand Down

0 comments on commit e06f2aa

Please sign in to comment.