Skip to content

Commit

Permalink
Remove Snyk schedule
Browse files Browse the repository at this point in the history
An explicit schedule is not needed; `snyk monitor` already sets up a schedule, and running on push to main is sufficient to always scan the latest version of the code.

At the start of our Snyk adoption push, we set up some repositories with schedules. As it turns out, GitHub disable scheduled workflows (on public repos) from running after 60 days of inactivity. This even seems to affect the other triggers of the workflow!

See: https://trello.com/c/XsBEwUnr.
  • Loading branch information
akash1810 committed Feb 15, 2023
1 parent c0f8cd4 commit 6da7dbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
name: Snyk

on:
schedule:
- cron: '0 6 * * *'
push:
branches:
- main
Expand Down

0 comments on commit 6da7dbd

Please sign in to comment.