sillygod/cdp-cache

View on GitHub
.github/workflows/remove-old-artifacts.yml

Summary

Maintainability
Test Coverage
name: Remove old artifacts

on:
  schedule:
    - cron: '0 1 * * *'

jobs:
  remove-old-artifacts:
    runs-on: ubuntu-latest
    timeout-minutes: 10

    steps:
    - name: Remove old artifacts
      uses: c-hive/gha-remove-artifacts@v1
      with:
        age: '1 month'