Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Update snyk_security.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwindasr committed Apr 3, 2023
1 parent e4b230d commit bb53c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk_security.yaml
Expand Up @@ -5,7 +5,7 @@ on: [ push, pull_request_target ]
jobs:
snyk:
runs-on: ubuntu-latest
if: contains(fromJSON('["jupierce", "sosiouxme", "thiagoalessio", "joepvd", "thegreyd", "vfreex", "locriandev", "Ximinhan", "ashwindasr"]'), github.actor)
if: contains(fromJSON('["jupierce", "sosiouxme", "thiagoalessio", "joepvd", "thegreyd", "vfreex", "locriandev", "Ximinhan", "ashwindasr"]'), github.actor ) && github.repository == 'openshift-eng/doozer'
steps:
- name: Checkout the base branch to get the secret
uses: actions/checkout@v3
Expand Down

0 comments on commit bb53c11

Please sign in to comment.