From c8840a386266e93790618c2a8494d3a8ccfc6852 Mon Sep 17 00:00:00 2001 From: Jacob Bednarz Date: Thu, 21 Nov 2024 12:49:33 +1100 Subject: [PATCH] ci: don't run semgrep so often the semgrep setup is slow and clogs up the runners queue. minimise the time that we're triggering the builds to once a day. --- .github/workflows/semgrep.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 4090692..fb11639 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -1,12 +1,7 @@ on: - pull_request: {} workflow_dispatch: {} - push: - branches: - - main - - master schedule: - - cron: '0 0 * * *' + - cron: '0 6 * * *' name: Semgrep config jobs: semgrep: