From 845b69b2519974f02b9b2d44ca5f5ac8fb4a0898 Mon Sep 17 00:00:00 2001 From: John Rouillard Date: Sat, 11 May 2024 19:02:35 -0400 Subject: [PATCH] test: disable cron job running anchore I don't need it running on a schedule. Unlike the ci workflow which has more moving/changing parts, anchore test results are pretty stable unless there is a change to the docker config. --- .github/workflows/anchore.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/anchore.yml b/.github/workflows/anchore.yml index a5f071da..a1c2e6a5 100644 --- a/.github/workflows/anchore.yml +++ b/.github/workflows/anchore.yml @@ -17,8 +17,8 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ "master" ] - schedule: - - cron: '38 21 * * 6' + #schedule: + #- cron: '38 21 * * 6' permissions: contents: read