diff --git a/.github/workflows/nightly_cleanup_Hades.yml b/.github/workflows/nightly_cleanup_Hades.yml deleted file mode 100644 index 80af7c7..0000000 --- a/.github/workflows/nightly_cleanup_Hades.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: 'nightly artifacts cleanup' -on: - schedule: - - cron: '0 1 * * *' # every night at 1 am UTC - -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: '7 days' - # Optional inputs - # skip-tags: true - skip-recent: 1