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:
|
on:
|
||||||
push:
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 8 * * *'
|
- cron: '0 8 * * MON'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user