Skip to content

Commit 0737be3

Browse files
authored
Add a scheduled build for libc++ (llvm#73848)
We had a scheduled build on buildkite, we probably want something testing head here as well. Since this change just adds more tests, I think we can skip pre-commit review. [skip ci]
1 parent 9ac64ab commit 0737be3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ on:
2222
- 'runtimes/**'
2323
- 'cmake/**'
2424
- '.github/workflows/libcxx-build-and-test.yaml'
25+
schedule:
26+
# Run nightly at 8 AM UTC (or roughly 3 AM eastern)
27+
- cron: '0 3 * * *'
2528

2629
permissions:
2730
contents: read # Default everything to read-only

0 commit comments

Comments
 (0)