Skip to content

cleanup

cleanup #706

# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
name: cleanup
on:
schedule:
- cron: 0 1 * * *
jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: 1 month
skip-tags: true