From 2998075ec761c2ac54c046dcd6cfa1ebfc99bf6b Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 25 Nov 2019 18:40:11 +0100 Subject: [PATCH] test project once a week on Friday --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b4a8c85..aaabbf9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ on: pull_request: push: schedule: - - cron: '22 22 */7 * *' + - cron: '22 22 * * 5' jobs: test: