diff --git a/.gitea/workflows/learn-gitea.actions.yml b/.gitea/workflows/clean-up-bucket.yml similarity index 92% rename from .gitea/workflows/learn-gitea.actions.yml rename to .gitea/workflows/clean-up-bucket.yml index acf46a4..12036d8 100644 --- a/.gitea/workflows/learn-gitea.actions.yml +++ b/.gitea/workflows/clean-up-bucket.yml @@ -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 }}