run pipeline tests weekly (#1744)

This commit is contained in:
Jonathan Wren 2023-05-20 15:55:25 -07:00 committed by GitHub
parent 3e44027ab5
commit 9f4ca2683f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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