From e5d824b03f3188c136f6ac7ff8821bee6941f62b Mon Sep 17 00:00:00 2001 From: Evgenii Alekseev Date: Mon, 16 Jun 2025 21:15:05 +0300 Subject: [PATCH] build: add regress weekly pipeline This commit also adds manual dispatch for tests and setup --- .github/workflows/regress.yml | 5 ++++- .github/workflows/setup.yml | 1 + .github/workflows/tests.yml | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/regress.yml b/.github/workflows/regress.yml index 665d2e0a..6b114c74 100644 --- a/.github/workflows/regress.yml +++ b/.github/workflows/regress.yml @@ -1,6 +1,9 @@ name: Regress -on: workflow_dispatch +on: + schedule: + - cron: 1 0 * * 0 + workflow_dispatch: permissions: contents: read diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index f19431fe..c3f7479c 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - master + workflow_dispatch: permissions: contents: read diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3074672e..e08af959 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,6 +9,7 @@ on: - master schedule: - cron: 1 0 * * * + workflow_dispatch: permissions: contents: read