Skip to content

Commit

Permalink
run every 3 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolerena committed Oct 10, 2024
1 parent 673d716 commit f929038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: ["main"]

schedule:
- cron: '30 * * * *' # Runs at minute 0 of every hour (UTC)
- cron: '0 */3 * * *' # Runs every 3 hours

repository_dispatch:
types: [ trigger ] # You can specify a custom event type
Expand Down

0 comments on commit f929038

Please sign in to comment.