Skip to content

Commit

Permalink
Change to every 2 hours run to avoid 429 Too Many Requests
Browse files Browse the repository at this point in the history
  • Loading branch information
FagnerMartinsBrack committed Dec 6, 2023
1 parent 31b1f3e commit 1692a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run App
on:
workflow_dispatch:
schedule:
- cron: "30 * * * *" # Every 1 hour on the minute 30
- cron: "30 */2 * * *" # At minute 30 past every 2nd hour

jobs:
build:
Expand Down

0 comments on commit 1692a08

Please sign in to comment.