Skip to content

uild(deps): bump the golang group in /action with 2 updates #529

uild(deps): bump the golang group in /action with 2 updates

uild(deps): bump the golang group in /action with 2 updates #529

---
# 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
continue-on-error: true
with:
post: true
keep: 1