From e8fd3f8abc99b62751d98ef23f7fc987d0c94977 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 16 Jun 2021 12:23:35 -0400 Subject: [PATCH] chore: Limit Github Action to run once per week --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: