mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-07 21:47:02 +09:00
Fix artifact clean schedule
This commit is contained in:
parent
a4649bde27
commit
c5bc58d12d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clean.yml
vendored
2
.github/workflows/clean.yml
vendored
|
@ -2,7 +2,7 @@ name: 'Remove old artifacts'
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *'
|
||||
- cron: '0 1 * * *'
|
||||
|
||||
jobs:
|
||||
remove-old-artifacts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue