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 authored Dec 3, 2024
1 parent a2121d4 commit 5c15cfe
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 5c15cfe

Please sign in to comment.