Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
FuhuXia committed Jul 18, 2024
1 parent 26f1848 commit e664b64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: Check for Snyk Vulnerabilities

on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
workflow_dispatch:
schedule:
- cron: '0 12 * * *' # every day at 12pm UTC
Expand Down Expand Up @@ -58,7 +61,7 @@ jobs:
# Fail so that PR is created
exit 1
- name: Create Pull Request
if: ${{ failure() }}
if: ${{ failure() && github.event_name != 'pull_request' }}
id: scpr
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit e664b64

Please sign in to comment.