Skip to content

WIP: Compile time testing and cache testing #1

WIP: Compile time testing and cache testing

WIP: Compile time testing and cache testing #1

on:
push:
paths:
- ".github/workflows/releasecache-cleanup.yml"
branches: # Only on paths above
- check-compile-times
workflow_dispatch:
inputs:
manual_trigger:
description: "Manual trigger buildcache cleanup"
required: false
default: ""
schedule:
- cron: '0 1 * * *'
name: Cleanup
jobs:
releasecache-cleanup:
name: Releasecache Cleanup
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- name: Delete vaultwarden-buildcache containers
uses: actions/delete-package-versions@v4
with:
package-name: 'vaultwarden-buildcache'
package-type: 'container'
min-versions-to-keep: 0
delete-only-untagged-versions: 'false'