Mercurial > p > roundup > code
comparison .github/workflows/anchore.yml @ 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 | a17d0abfb212 |
| children | 1357dfcb81eb |
comparison
equal
deleted
inserted
replaced
| 7939:383560895329 | 7940:85c47edfc383 |
|---|---|
| 15 push: | 15 push: |
| 16 branches: [ "master" ] | 16 branches: [ "master" ] |
| 17 pull_request: | 17 pull_request: |
| 18 # The branches below must be a subset of the branches above | 18 # The branches below must be a subset of the branches above |
| 19 branches: [ "master" ] | 19 branches: [ "master" ] |
| 20 schedule: | 20 #schedule: |
| 21 - cron: '38 21 * * 6' | 21 #- cron: '38 21 * * 6' |
| 22 | 22 |
| 23 permissions: | 23 permissions: |
| 24 contents: read | 24 contents: read |
| 25 | 25 |
| 26 concurrency: | 26 concurrency: |
