Skip to content

Commit

Permalink
cleanup artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Apr 16, 2024
1 parent 3b02469 commit 79ba10b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/artifacts-cleanup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'nightly artifacts cleanup'
on:
push
# - schedule:
# - cron: '0 1 * * *' # every night at 1 am UTC

jobs:
delete-artifacts:
runs-on: ubuntu-latest
steps:
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{secrets.GITHUB_TOKEN}}
expire-in: 0 # Set this to 0 to delete all artifacts

0 comments on commit 79ba10b

Please sign in to comment.