Skip to content

Commit

Permalink
Change trigger nightly build to 3 am utc +7
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-service-account committed Dec 2, 2023
1 parent 37101ee commit 37944d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
schedule:
- cron: '0 16 * * *' # At 4 PM UTC, which is 11 AM UTC+7
- cron: '0 20 * * *' # At 8 PM UTC, which is 3 AM UTC+7
push:
branches:
- main
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
uses: actions/upload-artifact@v2
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
with:
name: nitro-win-amd64
name: nitro-win-amd64-cuda
path: ./build/Release

- name: run e2e testing
Expand Down

0 comments on commit 37944d5

Please sign in to comment.