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 0ae2e45 commit bc24fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- slack-messages-in-pytest-from-biothings
schedule: # Scheduled trigger
- cron: "0,15,30,45 14-23 * * 1-5" # At minute 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 * * 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.
workflow_dispatch: # Manual trigger

jobs:
Expand Down

0 comments on commit bc24fee

Please sign in to comment.