Skip to content

Commit

Permalink
Create remArtifacst.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SysRay authored May 31, 2024
1 parent 6a0f459 commit c7713f5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/remArtifacst.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Remove old artifacts

on:
workflow_dispatch:

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: '30 days' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js

0 comments on commit c7713f5

Please sign in to comment.