Skip to content

Commit

Permalink
Remove test for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Feb 17, 2025
1 parent f13b170 commit cc90e2d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/update-static-files.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cc90e2d

Please sign in to comment.