run pipeline tests weekly

This commit is contained in:
Jonathan Wren 2023-05-20 15:43:56 -07:00
parent 0d8fc9028c
commit 0dcdf36945
No known key found for this signature in database

View file

@ -14,6 +14,8 @@ on:
paths: paths:
- '.github/workflows/**' - '.github/workflows/**'
- '.github/actions/**' - '.github/actions/**'
schedule:
- cron: '0 0 * * SAT'
jobs: jobs:
test: test: