Skip to content

Commit

Permalink
Merge pull request CleverRaven#67499 from casswedson/nerf-tileset-upd…
Browse files Browse the repository at this point in the history
…ates

decrease frequency of tileset updates
  • Loading branch information
Maleclypse authored Aug 9, 2023
2 parents 9f7e851 + f88b9a3 commit e0ae311
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-tilesets.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# This workflow runs at 23:00 UTC sundays
# This workflow runs at midnight on the 1st day of every month
name: "Pull Tileset Updates"

on:
schedule:
- cron: "0 23 * * sun"
- cron: "0 0 1 * *"
workflow_dispatch:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e0ae311

Please sign in to comment.