From 9843a64304e922e18d5cdee8186c94696ed101cc Mon Sep 17 00:00:00 2001 From: Hrushikesh Deshpande <161167942+hrushikeshdeshpande@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:43:02 -0400 Subject: [PATCH] Update semgrep.yml (#17443) --- .github/workflows/semgrep.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index bbfc3572a61a1b8..b56dd23c14d67e0 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -2,12 +2,8 @@ on: pull_request: {} workflow_dispatch: {} - push: - branches: - - main - - master schedule: - - cron: '0 0 * * *' + - cron: '0 4 * * *' name: Semgrep config jobs: semgrep: