mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-28 11:53:24 +00:00
Change Asterinas TDX CI scheduled time
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
be54a39592
commit
b6e4b36a51
4
.github/workflows/test_asterinas.yml
vendored
4
.github/workflows/test_asterinas.yml
vendored
@ -5,9 +5,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- 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:
|
schedule:
|
||||||
- cron: '0 15 * * *'
|
- cron: '0 22 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
Reference in New Issue
Block a user