build: add regress weekly pipeline

This commit also adds manual dispatch for tests and setup
This commit is contained in:
2025-06-16 21:15:05 +03:00
parent 8d0d597473
commit e5d824b03f
3 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,9 @@
name: Regress
on: workflow_dispatch
on:
schedule:
- cron: 1 0 * * 0
workflow_dispatch:
permissions:
contents: read

View File

@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:
permissions:
contents: read

View File

@ -9,6 +9,7 @@ on:
- master
schedule:
- cron: 1 0 * * *
workflow_dispatch:
permissions:
contents: read