Skip to content

Commit 845b69b

Browse files
committed
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.
1 parent f852ace commit 845b69b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/anchore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ on:
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [ "master" ]
20-
schedule:
21-
- cron: '38 21 * * 6'
20+
#schedule:
21+
#- cron: '38 21 * * 6'
2222

2323
permissions:
2424
contents: read

0 commit comments

Comments
 (0)