From bc878a1b91f2afabc9f502c1239f8265c7cf029d Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Wed, 5 Jul 2023 11:26:23 -0700 Subject: [PATCH] Add weekly cron job --- .github/workflows/chipyard-full-flow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/chipyard-full-flow.yml b/.github/workflows/chipyard-full-flow.yml index 50e219e3..21a97e11 100644 --- a/.github/workflows/chipyard-full-flow.yml +++ b/.github/workflows/chipyard-full-flow.yml @@ -6,6 +6,9 @@ on: branches: - main - '1.[0-9]*.x' + schedule: + # run at 00:00 on sunday + - cron: "0 0 * * 0" defaults: run: