Adds config option to enable COW snapshot optimisations (#1375) #1744
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Tag & Release | |
| 'on': | |
| push: | |
| branches: | |
| - stackhpc/2025.1 | |
| permissions: | |
| actions: read | |
| contents: write | |
| jobs: | |
| tag-and-release: | |
| uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main | |
| with: | |
| upstream: https://github.com/openstack/kayobe-config |