Skip to content

Commit

Permalink
Update cron schedule (#2269)
Browse files Browse the repository at this point in the history
* Update cron schedule

* Only run action on pvlib/pvlib-python repostiory (not forks)
  • Loading branch information
AdamRJensen authored Oct 22, 2024
1 parent c52e600 commit 2816ed1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/top-ranked-issues.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Update Top Ranked Issues

on:
# For testing purposes (can be removed later)
pull_request:
schedule:
# # Runs every day at 3:00 AM UTC
# - cron: '0 3 * * *'
- cron: '*/10 * * * *'
# Runs every day at 00:00 AM UTC
- cron: '0 0 * * *'

jobs:
run-script:
runs-on: ubuntu-latest

# Run only if the repository is pvlib/pvlib-python
if: ${{ github.repository == 'pvlib/pvlib-python' }}

env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 2816ed1

Please sign in to comment.