From b6e4b36a5146cd591ab0bff13c8027ed684152b0 Mon Sep 17 00:00:00 2001 From: Hsy-Intel Date: Wed, 14 Aug 2024 01:22:18 +0000 Subject: [PATCH] Change Asterinas TDX CI scheduled time --- .github/workflows/test_asterinas.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_asterinas.yml b/.github/workflows/test_asterinas.yml index ec4e696ba..33b54078e 100644 --- a/.github/workflows/test_asterinas.yml +++ b/.github/workflows/test_asterinas.yml @@ -5,9 +5,9 @@ on: push: branches: - main - # Schedule to run on every day at 15:00 UTC (23:00 CST) + # Schedule to run on every day at 22:00 UTC (06:00 Beijing Time) schedule: - - cron: '0 15 * * *' + - cron: '0 22 * * *' jobs: lint: