1
0

ci: perform weekly testing

This commit is contained in:
2024-10-05 17:33:41 +00:00
parent 7b3c927313
commit e76b63f392
2 changed files with 4 additions and 0 deletions

View File

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

View File

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