Skip to content

Commit eabddf2

Browse files
authored
[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.
1 parent d86a6ea commit eabddf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ on:
2323
- 'cmake/**'
2424
- '.github/workflows/libcxx-build-and-test.yaml'
2525
schedule:
26-
# Run nightly at 8 AM UTC (or roughly 3 AM eastern)
27-
- cron: '0 3 * * *'
26+
# Run nightly at 08:00 UTC (aka 00:00 Pacific, aka 03:00 Eastern)
27+
- cron: '0 8 * * *'
2828

2929
permissions:
3030
contents: read # Default everything to read-only

0 commit comments

Comments
 (0)