github.com/cosmos/cosmos-sdk@v0.50.10/.github/workflows/clean-action-artifacts.yml (about) 1 name: Remove GitHub Action Old Artifacts 2 3 on: 4 schedule: 5 # Every day at 1am 6 - cron: "0 1 * * *" 7 8 jobs: 9 remove-old-artifacts: 10 runs-on: ubuntu-latest 11 timeout-minutes: 30 12 13 steps: 14 - name: Remove old artifacts 15 uses: c-hive/gha-remove-artifacts@v1 16 with: 17 age: "7 days"