add workflow_dispatch, schedule tests once a week

main
Fabien C. Y. Benureau 2 years ago
parent 30fd3773c2
commit 5edb84b375
No known key found for this signature in database
GPG Key ID: CE56629494581522

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

Loading…
Cancel
Save