mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6a4c5520f1
Set up perf tracking CI job to run on each commit to main branch PR Close #58779
8 lines
126 B
YAML
8 lines
126 B
YAML
workflows:
|
|
build-adev:
|
|
name: Build adev
|
|
prepare:
|
|
- bazel clean
|
|
workflow:
|
|
- bazel build //adev:build
|