From 98944bfb8dcec5d474a428710ae02bc0b88dda4d Mon Sep 17 00:00:00 2001 From: emily-shen <69125074+emily-shen@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:55:20 +0000 Subject: [PATCH] remove on push to main trigger (#7116) --- .github/workflows/semgrep.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index d96413a80c90..e28ccbd330c5 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,9 +1,6 @@ on: pull_request: {} workflow_dispatch: {} - push: - branches: - - main schedule: - cron: "0 0 * * *" name: Semgrep config