From 0f11d19338e08dec2d3cb3583f2cf364665b2e26 Mon Sep 17 00:00:00 2001 From: Michel Schanen Date: Mon, 26 Jul 2021 10:02:01 -0500 Subject: [PATCH] Hotfix: Fix weekly GA schedule --- .github/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 049430aa..38ede503 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -7,6 +7,8 @@ on: - develop pull_request: types: [opened, synchronize, reopened] + schedule: + - cron: '0 0 * * 0' jobs: test-github-cpuonly: