1
0
Fork 0
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:
Razor 2021-05-14 09:28:22 +03:00 committed by GitHub
parent a4649bde27
commit c5bc58d12d

View file

@ -2,7 +2,7 @@ name: 'Remove old artifacts'
on:
schedule:
- cron: '0 * * * *'
- cron: '0 1 * * *'
jobs:
remove-old-artifacts: