mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8c9f067125
Using 'always' as the stamp attribute caused stable-status.txt to always be included as an input, which has different values on different ci executors causing a cache miss. We run the regular aio build without stamping on ci so only include status files when stamping is explicitly enabled. PR Close #48585