Skip to content

Commit

Permalink
ci: disable PR Snyk Actions runs
Browse files Browse the repository at this point in the history
Snyk already does this automatically and appends a check, we don't need
to do it twice. Also helps get around the issue that fork and dependabot
PRs won't have access to SNYK_TOKEN.
  • Loading branch information
heiko.rothe committed Jun 3, 2021
1 parent cdcfe02 commit f0c2f02
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/snyk-go-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Snyk for Golang
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '37 12 * * 1'

Expand Down

0 comments on commit f0c2f02

Please sign in to comment.