1
0

ci: perform weekly testing

This commit is contained in:
dump_stack() 2024-10-05 17:33:41 +00:00
parent 7b3c927313
commit e76b63f392
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: E2E
on: on:
workflow_dispatch: workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
push: push:
branches: branches:
- master - master

View File

@ -2,6 +2,8 @@ name: Ubuntu
on: on:
workflow_dispatch: workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
push: push:
paths-ignore: paths-ignore:
- ".github/workflows/images-*" - ".github/workflows/images-*"