From f3432cf5e0fcc3e94b0f86f62fd130f84f2f4158 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 6 Apr 2024 14:11:02 +0200 Subject: [PATCH] Revert "[to be reverted] coverity_scan.yml: temporarily disable weekly scans so the scan of the miramon branch remains active some time" This reverts commit 802166606d9154728fb662cc9090a86030bb6286. Fixes #9622 --- .github/workflows/coverity_scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverity_scan.yml b/.github/workflows/coverity_scan.yml index 4d8a7da66933..7f3442e7a22e 100644 --- a/.github/workflows/coverity_scan.yml +++ b/.github/workflows/coverity_scan.yml @@ -3,8 +3,8 @@ name: coverity-scan # Controls when the action will run. on: # Run this action on a schedule (we're allowed a maximum of two per day) - #schedule: - # - cron: '0 18 * * SUN' # Sunday at 18:00 UTC + schedule: + - cron: '0 18 * * SUN' # Sunday at 18:00 UTC # Allows you to run this workflow manually from the Actions tab workflow_dispatch: