Skip to content

Commit

Permalink
Update cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s-goldman authored Jul 19, 2024
1 parent f39047f commit d4217f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build

on:
schedule:
- cron: '00 3 * * *'
- cron: '0 0 * * *' # at the end of every day.

jobs:
# check:
Expand All @@ -25,4 +25,4 @@ jobs:
- linux: py311
- macos: py311
- linux: py312
- macos: py312
- macos: py312

0 comments on commit d4217f7

Please sign in to comment.