mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
ci: delete artifact purge workflow
This commit is contained in:
parent
c8a7c69ee0
commit
eb44a02b06
1 changed files with 0 additions and 19 deletions
19
.github/workflows/delete-artifacts.yml
vendored
19
.github/workflows/delete-artifacts.yml
vendored
|
|
@ -1,19 +0,0 @@
|
|||
name: Remove old artifacts
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Every day at 1am
|
||||
- cron: '0 1 * * *'
|
||||
|
||||
jobs:
|
||||
remove-old-artifacts:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
- name: Remove old artifacts
|
||||
uses: c-hive/gha-remove-artifacts@v1.2.0
|
||||
with:
|
||||
age: '1 month'
|
||||
skip-tags: true
|
||||
skip-recent: 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue