add workflow_dispatch, schedule tests once a week
This commit is contained in:
parent
30fd3773c2
commit
5edb84b375
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@ -3,8 +3,9 @@ name: Pubs tests
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 8 * * *'
|
||||
- cron: '0 8 * * MON'
|
||||
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user