Compare commits
2 Commits
082fd79c51
...
a273aa4588
Author | SHA1 | Date |
---|---|---|
|
a273aa4588 | |
|
fbcb65f549 |
|
@ -1,13 +0,0 @@
|
|||
name: 'Delete old artifacts'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *' # every hour
|
||||
|
||||
jobs:
|
||||
delete-artifacts:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: kolpav/purge-artifacts-action@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
expire-in: 7days # Setting this to 0 will delete all artifacts
|
Loading…
Reference in New Issue