Skip to content

Commit

Permalink
Configura execução uma vez por dia
Browse files Browse the repository at this point in the history
Signed-off-by: Juliana Trevine <[email protected]>
  • Loading branch information
trevineju authored Oct 21, 2023
1 parent 5f5350e commit 14f9366
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/periodic_crawl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Daily execution of Spiders

on:
schedule:
# Execute twice a day at 8AM/6PM (BRT)
- cron: "0 11 * * *"
# Execute once a day at 6PM (BRT)
- cron: "0 21 * * *"

jobs:
Expand Down

0 comments on commit 14f9366

Please sign in to comment.