mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
Force workflow reset (restore)
This commit is contained in:
13
.github/workflows/delete-artifacts.yml
vendored
Normal file
13
.github/workflows/delete-artifacts.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Delete artifacts
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */6 * * *' # every 6 hours
|
||||
|
||||
jobs:
|
||||
delete-artifacts:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: kolpav/purge-artifacts-action@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
expire-in: 0days
|
||||
Reference in New Issue
Block a user