Skip to content

Commit

Permalink
Update cron.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Aug 22, 2024
1 parent bc24fee commit dc090c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
branches:
- slack-messages-in-pytest-from-biothings
schedule: # Scheduled trigger
- cron: "15,45 14-23 * * 1-5" # At minutes 15 and 45 past every hour from 14:00 through 01:00 on every day-of-week from Monday through Friday.
- cron: "15,45 14-23,0-1 * * 1-5" # At minutes 15 and 45 past every hour from 14:00 through 01:00 on every day-of-week from Monday through Friday.
- cron: "15 0,4,8,10 * * 1-5" # At minute 15 past hour 0, 4, 8, and 10 on every day-of-week from Monday through Friday.
workflow_dispatch: # Manual trigger

jobs:
Expand Down

0 comments on commit dc090c8

Please sign in to comment.