From 8afeb0b2e04169bde7696d51e03edfcf02fe7ba2 Mon Sep 17 00:00:00 2001 From: Nat! Date: Tue, 21 Jan 2025 00:35:38 +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 5ab03cf..295bf6c 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: 43 8 * * * +# - cron: 43 8 * * * name: Semgrep jobs: semgrep: