mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 23:25:14 +08:00
Add a scheduled build for libc++ (#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]
This commit is contained in:
3
.github/workflows/libcxx-build-and-test.yaml
vendored
3
.github/workflows/libcxx-build-and-test.yaml
vendored
@@ -22,6 +22,9 @@ on:
|
||||
- 'runtimes/**'
|
||||
- 'cmake/**'
|
||||
- '.github/workflows/libcxx-build-and-test.yaml'
|
||||
schedule:
|
||||
# Run nightly at 8 AM UTC (or roughly 3 AM eastern)
|
||||
- cron: '0 3 * * *'
|
||||
|
||||
permissions:
|
||||
contents: read # Default everything to read-only
|
||||
|
||||
Reference in New Issue
Block a user