mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ed88407ac9
Previously the volatile status file was always provided to the ng_rollup action which prevented it from being cacheable remotely. This change to only provide this file as an input when the --stamp flag is used will allow for the action to be remotely cached and prevent needing to run the action on every CI run. PR Close #39392