mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-25 04:30:43 -05:00
build: mv file/adjust cron job
This commit is contained in:
parent
538858b119
commit
475b501643
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '0 * 1,15 * *'
|
||||
- cron: '0 2 1,15 * *'
|
||||
env:
|
||||
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
|
||||
SECRET_KEY: ${{ secrets.SECRET_KEY }}
|
Loading…
Reference in a new issue