Skip to content

Commit

Permalink
test: disable cron job running anchore
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rouilj committed May 11, 2024
1 parent f852ace commit 845b69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 845b69b

Please sign in to comment.