Skip to content

Commit

Permalink
workflow command update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismat-Samadov committed Dec 6, 2024
1 parent e55e3a9 commit a717a5c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Scheduled Scraper Job

on:
schedule:
- cron: '*/1 * * * *' # Runs every minute for testing purposes
# - cron: '*/1 * * * *' # Runs every minute for testing purposes
- cron: '0 */5 * * *' # Runs every 5 hours
workflow_dispatch: # Allows manual triggering

jobs:
Expand Down

0 comments on commit a717a5c

Please sign in to comment.