diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0fd4b141ff0..26e97f65ff5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,8 @@ name: A workflow for updating discovery artifacts on: schedule: # * is a special character in YAML so you have to quote this string - # Run this Github Action every day at 7 AM UTC - - cron: '0 7 * * *' + # Run this Github Action every Tuesday at 7 AM UTC + - cron: '0 7 * * 2' jobs: build: