From 82373a3b8ce69d368ef1c5fecbfdad06541d69f6 Mon Sep 17 00:00:00 2001 From: LukeWH Date: Mon, 14 Oct 2024 12:30:10 +0100 Subject: [PATCH] Update tics workflow to run once a week --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index df671fc5f..9d4b2d51a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,7 +1,7 @@ name: Test coverage on: schedule: - - cron: "0 22 * * *" + - cron: "0 22 * * 5" jobs: test: