# HG changeset patch # User John Rouillard # Date 1715468555 14400 # Node ID 85c47edfc383c5cf87f9bcd05e49a93a28c58539 # Parent 38356089532952e1abf6622ee311257ed89772d3 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. diff -r 383560895329 -r 85c47edfc383 .github/workflows/anchore.yml --- a/.github/workflows/anchore.yml Thu May 09 21:56:02 2024 -0400 +++ b/.github/workflows/anchore.yml Sat May 11 19:02:35 2024 -0400 @@ -17,8 +17,8 @@ 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