diff --git a/.github/workflows/update-static-files.yml b/.github/workflows/update-static-files.yml index 6342482f3..610a7fc6f 100644 --- a/.github/workflows/update-static-files.yml +++ b/.github/workflows/update-static-files.yml @@ -1,11 +1,8 @@ -name: Update Static Files +name: Update static files on: schedule: - cron: "0 0 * * 0" # Runs at midnight every Sunday - pull_request: - branches: - - main defaults: run: @@ -63,7 +60,7 @@ jobs: git checkout -b bot/update-static-files hatch run changelog:add git add -A - git commit -m "Update Static Files" + git commit -m "Update static files" git push origin --delete bot/update-static-files || true git push --set-upstream origin bot/update-static-files