From dd0bff77ca754e73740324392860b39e2b352e2b Mon Sep 17 00:00:00 2001 From: cn Date: Sat, 21 Dec 2019 10:06:51 +0100 Subject: [PATCH] ci: schedule only weekly builds --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe3f358..4a66823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: ci on: push: schedule: - - cron: '0 4 * * *' + - cron: '7 4 * * 4' # weekly on thursday morning jobs: build: