Skip to content

Commit

Permalink
chore: deploy-pages.yml should not run every minute
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Mar 13, 2024
1 parent f08a17c commit 8e96f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
schedule:
- cron: "* */1 * * *" # every one hour
- cron: "1 * * * *" # every one hour

permissions:
contents: read
Expand Down

0 comments on commit 8e96f51

Please sign in to comment.