From e4eb081320d874c4ee29a477fea89ff5563c3811 Mon Sep 17 00:00:00 2001 From: Xiaofeng Wang Date: Wed, 7 Feb 2024 01:14:45 +0800 Subject: [PATCH] ci: trigger cs-dev job at 1am every day instead of 3am Trigger time conflicted between cs and cs-dev --- .github/workflows/trigger-cs-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trigger-cs-dev.yml b/.github/workflows/trigger-cs-dev.yml index 4e50bc0..e12181d 100644 --- a/.github/workflows/trigger-cs-dev.yml +++ b/.github/workflows/trigger-cs-dev.yml @@ -4,7 +4,7 @@ name: centos-bootc-dev:stream9 trigger on: workflow_dispatch: schedule: - - cron: '0 3 * * *' + - cron: '0 1 * * *' jobs: check-image: