Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
set nightly at 2am UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemanja0x committed Mar 7, 2023
1 parent 7c5c1bd commit d2c2048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Nightly Build
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 23 * * *'
- cron: '0 2 * * *' # run at 2 AM UTC

jobs:
build:
Expand Down

0 comments on commit d2c2048

Please sign in to comment.