From ff3beafa806147a2b6bc48a42e48c8872d2b9521 Mon Sep 17 00:00:00 2001 From: Chris Arriola Date: Tue, 7 Apr 2020 14:25:55 -0700 Subject: [PATCH] build: Adding weekly cron build. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 31087b32..5cddb524 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,8 @@ on: branches: [ master ] repository_dispatch: types: [ build ] + schedule: + cron: '0 0 * * 1' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: