From 1d86e11a5c81aed6bb976f2f705247727ea64c38 Mon Sep 17 00:00:00 2001 From: "Yuhang (Tom) LIN" Date: Tue, 19 Sep 2023 08:14:59 -0500 Subject: [PATCH] Remove remove artifacts workflow --- .github/workflows/remove-old-artifacts.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/remove-old-artifacts.yml diff --git a/.github/workflows/remove-old-artifacts.yml b/.github/workflows/remove-old-artifacts.yml deleted file mode 100644 index cf9a884..0000000 --- a/.github/workflows/remove-old-artifacts.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Remove old artifacts - -on: - schedule: - # Every day at 7:30am chicago time - # UTC time for github action - - cron: '30 12 * * *' - -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 day' # ' ', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js - # Optional inputs - # skip-tags: true - # skip-recent: 5