We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4351be1 + 03e3359 commit fa22e46Copy full SHA for fa22e46
.github/workflows/mend_ruby.yml
@@ -23,6 +23,7 @@ env:
23
24
jobs:
25
mend:
26
+ if: github.event.pull_request.head.repo.fork == false
27
runs-on: "ubuntu-latest"
28
continue-on-error: ${{ contains(fromJson('["puppetlabs","puppet-toy-chest"]'), github.repository_owner) != true }}
29
steps:
0 commit comments