Add schedule to run weekly

This commit is contained in:
Jordan Carlin 2024-10-15 19:48:24 -07:00
parent 58b4ecc211
commit 771ed52c95
No known key found for this signature in database

View file

@ -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 }}