Change schedule CI time (#22884)

* fix

* Update .github/workflows/self-nightly-past-ci-caller.yml

Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
Co-authored-by: amyeroberts <22614925+amyeroberts@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2023-04-20 14:01:08 +02:00
committed by GitHub
parent d50db469c0
commit aa4316757d
4 changed files with 6 additions and 5 deletions

View File

@@ -2,8 +2,9 @@ name: Self-hosted runner (nightly-past-ci-caller)
on:
schedule:
# 2 am on each Sunday and Thursday
- cron: "0 2 * * 0,4"
# 2:17 am on each Sunday and Thursday
- cron: "17 2 * * 0,4"
push:
branches:
- run_nightly_ci*