ci: perform weekly testing
This commit is contained in:
parent
7b3c927313
commit
e76b63f392
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -2,6 +2,8 @@ name: E2E
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@ -2,6 +2,8 @@ name: Ubuntu
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
push:
|
||||
paths-ignore:
|
||||
- ".github/workflows/images-*"
|
||||
|
Loading…
Reference in New Issue
Block a user