From b7ce287185d9735523864e5abe33cba175179a80 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 21 Jan 2025 00:35:37 +0100 Subject: [PATCH] remove pesky cron from semgrep --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 96ccc6b..b1e7b89 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -9,7 +9,7 @@ on: - .github/workflows/semgrep.yml schedule: # random HH:MM to avoid a load spike on GitHub Actions at 00:00 - - cron: 18 4 * * * +# - cron: 18 4 * * * name: Semgrep jobs: semgrep: