Skip to content

Commit

Permalink
run comparison only weekly since it's slow
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelhabr committed Jul 9, 2024
1 parent 8560ad8 commit 5a16434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Compare club rankings

on:
schedule:
- cron: '45 10 * * *'
- cron: '45 10 * * 1'
workflow_dispatch:

jobs:
Expand All @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup R
- name: Setup R
uses: r-lib/actions/setup-r@v2
- name: Cache packages
uses: actions/cache@v3
Expand Down

0 comments on commit 5a16434

Please sign in to comment.