Skip to content

Commit

Permalink
skip mend if repo owner is not puppetlabs
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuls2997 committed Oct 25, 2024
1 parent 5cb724a commit e400111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mend_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ env:

jobs:
mend:
if: github.repository_owner == 'puppetlabs'
runs-on: "ubuntu-latest"
continue-on-error: ${{ contains(fromJson('["puppetlabs","puppet-toy-chest"]'), github.repository_owner) != true }}
steps:
Expand Down

0 comments on commit e400111

Please sign in to comment.