From 9f5b115a8120931b2f49b825ac1848f41f561a0f Mon Sep 17 00:00:00 2001 From: Erwann Roussy Date: Wed, 31 May 2023 14:13:40 +0200 Subject: [PATCH] workflows: correct weekly ci schedule Put weekly CI to schedule every saturday night. Signed-off-by: Erwann Roussy --- .github/workflows/ansible-lint-weekly.yml | 2 +- .github/workflows/ci-yocto-weekly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint-weekly.yml b/.github/workflows/ansible-lint-weekly.yml index 2e62f71b8..b5033c950 100644 --- a/.github/workflows/ansible-lint-weekly.yml +++ b/.github/workflows/ansible-lint-weekly.yml @@ -11,7 +11,7 @@ env: on: schedule: - - cron: '0 * * * *' + - cron: '30 22 * * 6' jobs: ansible-lint: diff --git a/.github/workflows/ci-yocto-weekly.yml b/.github/workflows/ci-yocto-weekly.yml index de5a46702..38a2c9659 100644 --- a/.github/workflows/ci-yocto-weekly.yml +++ b/.github/workflows/ci-yocto-weekly.yml @@ -11,7 +11,7 @@ env: on: schedule: - - cron: '0 * * * *' + - cron: '30 22 * * 6' jobs: CI: