snapshot-save
Version updated for https://github.com/WarpBuilds/snapshot-save to version v1.2.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
WarpSnapshot is a GitHub Action that enables users to capture and reuse snapshots of runner VMs during workflows, significantly speeding up consecutive runs by avoiding redundant setup steps. It automates the creation and management of these snapshots, allowing for conditional execution based on factors like commit messages or branch protection. This action is ideal for optimizing CI/CD pipelines by improving performance and streamlining resource usage.
Release notes
What’s Changed
- feat: add skip-presave option to bypass presave step by @PrashantRaj18198 in https://github.com/WarpBuilds/snapshot-save/pull/69
Full Changelog: https://github.com/WarpBuilds/snapshot-save/compare/v1...v1.2.0