Skip to content

Commit

Permalink
workflow_dispatch and better cron
Browse files Browse the repository at this point in the history
  • Loading branch information
RedyAu authored Jun 24, 2024
1 parent e5f3226 commit a596173
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: ScrapeCast CRON Run

on:
schedule:
- cron: '20 8-21 * * 0,1'
- cron: '20 8,12,16,21 * * 2-6'

- cron: '20 6-20 * * 0,1'
- cron: '20 7,11,15,20 * * 2-6'
workflow_dispatch: {}

jobs:
run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a596173

Please sign in to comment.