mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 03:10:10 +08:00
update
This commit is contained in:
parent
80619f6974
commit
fbcb65f549
13
.github/workflows/remove-old-artifacts.yml
vendored
13
.github/workflows/remove-old-artifacts.yml
vendored
@ -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
Block a user