Skip to content

Commit

Permalink
upgraded snyk version
Browse files Browse the repository at this point in the history
  • Loading branch information
araya authored and araya committed Aug 24, 2023
1 parent c986245 commit bf94fca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/scan_snyk-jira-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Snyk Scan and Report
on:
pull_request:
branches: [main]
push:
branches: [snyk-upgrade]
schedule:
- cron: "0 6 * * *" # daily at 0600 UTC

Expand All @@ -31,7 +29,7 @@ jobs:
snyk_nightly_run:
name: Snyk Nightly Run (for nightly cron with JIRA)
runs-on: ubuntu-latest
if: github.event_name == 'schedule' || 'push'
if: github.event_name == 'schedule'
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down

0 comments on commit bf94fca

Please sign in to comment.