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

Commit

Permalink
Merge pull request #751 from ashwindasr/master
Browse files Browse the repository at this point in the history
Update snyk_security.yaml condition
  • Loading branch information
ashwindasr committed Mar 30, 2023
2 parents 8ec8ded + 2fb47e0 commit 6665e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk_security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push: { }
pull_request_target:
types: [ opened ]
if: github.actor in ['jupierce', 'sosiouxme', 'thiagoalessio', 'joepvd', 'thegreyd', 'vfreex', 'locriandev', 'Ximinhan', 'ashwindasr']

jobs:
snyk:
runs-on: ubuntu-latest
if: contains(fromJSON('["jupierce", "sosiouxme", "thiagoalessio", "joepvd", "thegreyd", "vfreex", "locriandev", "Ximinhan", "ashwindasr"]'), github.actor)
steps:
- uses: actions/checkout@v3
- name: Test for open source vulnerabilities and license issues.
Expand Down

0 comments on commit 6665e7f

Please sign in to comment.