Below you will find pages that utilize the taxonomy term “cdsap”
November 25, 2025
Build Process Watcher
Version updated for https://github.com/cdsap/build-process-watcher to version v0.4.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes New in This Release: GC Metrics Collection Track garbage collection performance alongside memory usage! Enablecollect_gc: 'true' to monitor GC time in seconds and identify GC-related performance bottlenecks in your builds
Example:
- name: Process Watcher uses: cdsap/build-process-watcher@v0.4.0
with:
remote_monitoring: true
collect_gc: true What’s Changed Possibility to indicate different branch for the staging deployment by @cdsap in https://github.