8000 Top Ranking Issues by kurt-rhee · Pull Request #2267 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Top Ranking Issues #2267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Oct 19, 2024
Prev Previous commit
Next Next commit
Add quotes to cron schedule
  • Loading branch information
AdamRJensen committed Oct 19, 2024
commit e453984112cf12b79c4f641de5d541fed2b57e13
2 changes: 1 addition & 1 deletion .github/workflows/top-ranked-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
schedule:
# # Runs every day at 3:00 AM UTC
# - cron: '0 3 * * *'
- cron: */10 * * * *
- cron: '*/10 * * * *'

jobs:
run-script:
Expand Down
Loading
0