Skip to content

Commit

Permalink
Add proper labels
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Jul 21, 2024
1 parent c565826 commit 8809e86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cache_cleaner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cache clear action on PR close
name: Cache clearing action after closing PR

on:
pull_request:
Expand All @@ -7,6 +7,7 @@ on:

jobs:
clean_PR_ccache:
name: Delete old CCache files
runs-on: ubuntu-latest
permissions:
actions: write
Expand All @@ -15,6 +16,7 @@ jobs:
with:
ref: 'refs/heads/${{ github.head_ref }}'
clean_PR_artifacts:
name: Delete old Artifacts
runs-on: ubuntu-latest
steps:
- uses: stefanluptak/delete-old-pr-artifacts@v1
Expand Down

0 comments on commit 8809e86

Please sign in to comment.