diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index a53051c..7c3b148 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -5,7 +5,7 @@ name: Semgrep on: pull_request: {} schedule: - - cron: '0 2 * * 6' # Once a week at 2am. + - cron: '0 2 * * 5' # Once a week at 2am. jobs: semgrep: