Skip to content

Commit

Permalink
Merge pull request #1 from FuhuXia/setuptools-70
Browse files Browse the repository at this point in the history
setuptools>=70.0.0
  • Loading branch information
FuhuXia authored Jul 18, 2024
2 parents 35928e1 + 8c072ba commit 0c2557c
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 0c2557c

Please sign in to comment.