From 771ed52c951774bc895a40c164c3b139c3c30bcd Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Tue, 15 Oct 2024 19:48:24 -0700 Subject: [PATCH] Add schedule to run weekly --- .github/workflows/install.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 62faca3dd..9c7f31a58 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -1,9 +1,12 @@ name: Installation -on: [workflow_dispatch, push] +on: + workflow_dispatch: + push: + schedule: + - cron: "0 0 * * 3" # Run at 12:00 AM on Wednesdays defaults: run: shell: bash - jobs: installation_test: name: Test installation for ${{ matrix.name }}