From 281c3b3817864021d9659caabb6d06657494e62d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 20 Oct 2025 00:10:40 +0200 Subject: Add weekly scheduled test run --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3ca9127..403a3d8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ --- name: "CI" -'on': ["push", "pull_request"] +'on': + push: + pull_request: + schedule: + - cron: '0 12 * * 5' jobs: lint: runs-on: ubuntu-latest -- cgit v1.2.3