mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 20:30:13 +01:00
Force workflow reset (delete)
This commit is contained in:
13
.github/workflows/delete-artifacts.yml
vendored
13
.github/workflows/delete-artifacts.yml
vendored
@@ -1,13 +0,0 @@
|
||||
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