From 96b943c47792eae1d94c0f72719d45937aa06c69 Mon Sep 17 00:00:00 2001 From: Hrushikesh Deshpande <161167942+hrushikeshdeshpande@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:27:32 -0400 Subject: [PATCH] Update semgrep.yml --- .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 b40314b3677..130a388b271 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,12 +1,8 @@ on: pull_request: {} workflow_dispatch: {} - push: - branches: - - main - - master schedule: - - cron: '0 0 * * *' + - cron: '0 4 * * *' name: Semgrep config jobs: semgrep: