add dispatch

This commit is contained in:
Jason Liu
2023-12-01 12:33:32 -05:00
parent 1942f3347f
commit 7cc1e6fddb
+3
View File
@@ -1,12 +1,15 @@
name: Weekly Tests
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday
push:
branches: [ main ]
paths-ignore:
- '**' # Ignore all paths to ensure it only triggers on schedule
pull_request:
branches: [ main ]
jobs:
weekly-tests: