aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/cleanup.yml
blob: 5f71decf667d42e1fcd25996b72cd6578b751ba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: cleanup
on:
  schedule:
    - cron: '15 4 * * *'

jobs:
  cleanup:
    runs-on: ubuntu-latest
    steps:
      - name: Remove build artifacts
        uses: c-hive/gha-remove-artifacts@v1
        with:
          age: '1 minute'