diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index d50edc2..449151d 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -5,9 +5,9 @@ on: # push: # branches: # - master -# schedule: -# # Run once a week on Sunday at midnight UTC -# - cron: '0 4 * * 0' + schedule: + # Run once a week on Sunday at 4am UTC + - cron: '0 4 * * 0' jobs: coverity: