mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
[libc++] Run the nightly libc++ build at 03:00 Eastern for real (#79184)
The nightly libc++ build was incorrectly set up to build at 22:00 Eastern when it intended to run at 03:00 Eastern. This patch fixes that.
This commit is contained in:
4
.github/workflows/libcxx-build-and-test.yaml
vendored
4
.github/workflows/libcxx-build-and-test.yaml
vendored
@@ -23,8 +23,8 @@ on:
|
||||
- 'cmake/**'
|
||||
- '.github/workflows/libcxx-build-and-test.yaml'
|
||||
schedule:
|
||||
# Run nightly at 8 AM UTC (or roughly 3 AM eastern)
|
||||
- cron: '0 3 * * *'
|
||||
# Run nightly at 08:00 UTC (aka 00:00 Pacific, aka 03:00 Eastern)
|
||||
- cron: '0 8 * * *'
|
||||
|
||||
permissions:
|
||||
contents: read # Default everything to read-only
|
||||
|
||||
Reference in New Issue
Block a user