Skip to content

Commit

Permalink
Add artifacts cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Jul 21, 2024
1 parent 52da21e commit 0a2b58c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cache_cleaner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ on:
- closed

jobs:
clean:
clean_PR_ccache:
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: yumemi-inc/clean-cache-action@v1
with:
ref: 'refs/pull/${{ github.event.pull_request.number }}/merge'
clean_PR_artifacts:
runs-on: ubuntu-latest
steps:
- uses: stefanluptak/delete-old-pr-artifacts@v1
with:
workflow_filename: push-master.yml
debug: true

0 comments on commit 0a2b58c

Please sign in to comment.