From 101fa1e2e5f32935e44b0e737de164b7d7e4a6d1 Mon Sep 17 00:00:00 2001 From: mangoiv Date: Fri, 19 Jun 2026 17:39:19 +0200 Subject: [PATCH] ci: run ci weekly and allow for workflow dispatch --- .github/workflows/haskell-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 1022c80..c942876 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -14,8 +14,11 @@ # name: Haskell-CI on: - - push - - pull_request + push: + pull_request: + workflow_dispatch: + schedule: + - cron: '0 0 * * 0' jobs: linux: name: Haskell-CI - Linux - ${{ matrix.compiler }}