Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Created July 17, 2021 16:45
Show Gist options
  • Save thanakijwanavit/0e3147469f4afaacf18171ab5e9de763 to your computer and use it in GitHub Desktop.
Save thanakijwanavit/0e3147469f4afaacf18171ab5e9de763 to your computer and use it in GitHub Desktop.
name: Remove old artifacts
on: push
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 hour'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment