mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-25 20:50:43 -05:00
feat: add cron job
This commit is contained in:
parent
445201259f
commit
bd0a108ed3
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ on: [push]
|
||||||
env:
|
env:
|
||||||
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
|
ACCESS_KEY: ${{ secrets.ACCESS_KEY }}
|
||||||
SECRET_KEY: ${{ secrets.SECRET_KEY }}
|
SECRET_KEY: ${{ secrets.SECRET_KEY }}
|
||||||
|
schedule: cron: '0 * 1,15 * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-bats-version:
|
check-bats-version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue