Unverified Commit aa431675 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Change schedule CI time (#22884)



* fix

* Update .github/workflows/self-nightly-past-ci-caller.yml
Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>

---------
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
Co-authored-by: default avataramyeroberts <22614925+amyeroberts@users.noreply.github.com>
parent d50db469
...@@ -11,7 +11,7 @@ on: ...@@ -11,7 +11,7 @@ on:
required: true required: true
type: string type: string
schedule: schedule:
- cron: "0 1 * * *" - cron: "17 0 * * *"
concurrency: concurrency:
group: docker-images-builds group: docker-images-builds
......
...@@ -6,7 +6,7 @@ on: ...@@ -6,7 +6,7 @@ on:
- doctest* - doctest*
repository_dispatch: repository_dispatch:
schedule: schedule:
- cron: "0 2 * * *" - cron: "17 2 * * *"
env: env:
......
...@@ -2,8 +2,9 @@ name: Self-hosted runner (nightly-past-ci-caller) ...@@ -2,8 +2,9 @@ name: Self-hosted runner (nightly-past-ci-caller)
on: on:
schedule: schedule:
# 2 am on each Sunday and Thursday # 2:17 am on each Sunday and Thursday
- cron: "0 2 * * 0,4"
- cron: "17 2 * * 0,4"
push: push:
branches: branches:
- run_nightly_ci* - run_nightly_ci*
......
...@@ -9,7 +9,7 @@ name: Self-hosted runner (scheduled) ...@@ -9,7 +9,7 @@ name: Self-hosted runner (scheduled)
on: on:
repository_dispatch: repository_dispatch:
schedule: schedule:
- cron: "0 2 * * *" - cron: "17 2 * * *"
push: push:
branches: branches:
- run_scheduled_ci* - run_scheduled_ci*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment