From b80f5edb93492050638887ca974e2298f30df283 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sun, 13 Sep 2020 21:57:22 -0400 Subject: Added initial GitHub workflow for [nightly] builds. --- .github/workflows/cleanup.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/cleanup.yml (limited to '.github/workflows/cleanup.yml') diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml new file mode 100644 index 00000000..5f71decf --- /dev/null +++ b/.github/workflows/cleanup.yml @@ -0,0 +1,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' -- cgit v1.2.3