From 5c68954308c75b8542ad7fb4bed6345fd3c49a49 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 26 Nov 2023 17:29:13 +0800 Subject: [PATCH] [ci] trigger building CI every midnight --- .github/workflows/bsp_buildings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bsp_buildings.yml b/.github/workflows/bsp_buildings.yml index 199453e0d8..4a5f6d31f1 100644 --- a/.github/workflows/bsp_buildings.yml +++ b/.github/workflows/bsp_buildings.yml @@ -1,11 +1,11 @@ name: RT-Thread BSP build check # Controls when the action will run. Triggers the workflow on push or pull request -# events but only for the master branch +# events but only for the RT-Thread organization master branch on: - # Runs at 16:00 UTC (BeiJing 00:00) on the 1st of every month + # Runs at 16:00 UTC (BeiJing 00:00) every day schedule: - - cron: '0 16 1 * *' + - cron: '0 16 * * *' push: branches: - master