Shift nightly image build & pipeline schedule ahead by 2 hours (#32011)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: Nightly Test (NPU)
|
name: Nightly Test (NPU)
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 18 * * *' # Execute at 2:00 a.m. Beijing Time every day
|
- cron: '0 16 * * *' # Execute at 0:00 a.m. Beijing Time every day
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ on:
|
|||||||
- 'docker/npu.Dockerfile'
|
- 'docker/npu.Dockerfile'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 16 * * *" # Execute at 0:00 a.m. Beijing Time every day
|
- cron: "0 14 * * *" # Execute at 10:00 p.m. Beijing Time every day
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.sha }}
|
group: ${{ github.workflow }}-${{ github.sha }}
|
||||||
|
|||||||
Reference in New Issue
Block a user