We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8217646 + 704e3c9 commit cb81a0bCopy full SHA for cb81a0b
.github/workflows/tooling_mend_ruby.yml
@@ -28,6 +28,7 @@ env:
28
29
jobs:
30
mend:
31
+ if: github.event.pull_request.head.repo.fork == false
32
runs-on: "ubuntu-latest"
33
continue-on-error: ${{ contains(fromJson('["puppetlabs","puppet-toy-chest"]'), github.repository_owner) != true }}
34
steps:
0 commit comments