Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 37944d5

Browse files
Change trigger nightly build to 3 am utc +7
1 parent 37101ee commit 37944d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
schedule:
5-
- cron: '0 16 * * *' # At 4 PM UTC, which is 11 AM UTC+7
5+
- cron: '0 20 * * *' # At 8 PM UTC, which is 3 AM UTC+7
66
push:
77
branches:
88
- main
@@ -414,7 +414,7 @@ jobs:
414414
uses: actions/upload-artifact@v2
415415
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
416416
with:
417-
name: nitro-win-amd64
417+
name: nitro-win-amd64-cuda
418418
path: ./build/Release
419419

420420
- name: run e2e testing

0 commit comments

Comments
 (0)