add workflow_dispatch, schedule tests once a week

This commit is contained in:
Fabien C. Y. Benureau 2023-05-04 16:58:57 +02:00
parent 30fd3773c2
commit 5edb84b375
No known key found for this signature in database
GPG Key ID: CE56629494581522

View File

@ -3,8 +3,9 @@ name: Pubs tests
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
- cron: '0 8 * * MON'
jobs: