Skip to content

Commit

Permalink
ci: set schedule to every hour
Browse files Browse the repository at this point in the history
Matches behavior in warrensbox/terraform-versions-list
  • Loading branch information
synack-badamson committed Dec 3, 2024
1 parent a2121d4 commit d442a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

on:
schedule:
- cron: "0 */6 * * *"
- cron: "0 */1 * * *"
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# terragunt-versions-list
Experimenting with tgswitch - repo list

This repo should be updated every 12 hours. It should simply get the list of terragrunt versions.
This repo should be updated every hour. It should simply get the list of terragrunt versions.

0 comments on commit d442a69

Please sign in to comment.