Mercurial > p > roundup > code
changeset 7940:85c47edfc383
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.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 11 May 2024 19:02:35 -0400 |
| parents | 383560895329 |
| children | d272c828d376 |
| files | .github/workflows/anchore.yml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
