feat(docker): add edk2 containers between 2023-02 and 2024-05 #224
This file contains 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
--- | |
# Docs: https://github.com/OpenGrabeso/clean-cache | |
# Keep only most recent cache while working on a branch | |
name: cache cleanup branch | |
on: | |
push: | |
branches: ['**'] | |
permissions: | |
actions: write | |
contents: read | |
pull-requests: read | |
jobs: | |
cache-cleanup-branch: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clean cache for each branch | |
uses: opengrabeso/clean-cache@v1 | |
with: | |
post: true | |
keep: 1 |