ci: Removing unused CI workflow files (#16142)

This commit is contained in:
Arpit Mohan 2022-08-19 05:28:39 +02:00 committed by GitHub
parent 0e2637b1b2
commit 943cfa9cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 2426 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +0,0 @@
name: Remove old artifacts
on:
# Run on manual trigger
workflow_dispatch:
schedule:
# Every day at 1am
- cron: "0 1 * * *"
jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: "1 day"
# Optional inputs
# skip-tags: true
# skip-recent: 5

File diff suppressed because it is too large Load Diff