From 38aeb2b50bf59cc171060179ec091adcbddd987d Mon Sep 17 00:00:00 2001 From: Mitchell Thompkins Date: Sat, 6 Jun 2026 03:19:10 +0000 Subject: [PATCH] Add weekly schedule and manual trigger to CI --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 89eebbc..7a378f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,10 @@ name: test -on: [push] +on: + push: + schedule: + - cron: '0 0 * * 6' + workflow_dispatch: jobs: test: