Skip to content

Commit

Permalink
Update keep_latest60_results.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 authored Nov 15, 2024
1 parent 5d9e219 commit 2d89cda
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/keep_latest60_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: Keep latest 60 results

on:
schedule:
# Runs at 6 AM UTC from November to March (10 PM PST)
- cron: '0 6 1-14 3,11 *'
- cron: '0 6 * 12-2 *'
# Runs at 6 AM UTC from December to February (10 PM PST)
- cron: '0 6 * DEC-FEB *'
# Runs at 5 AM UTC from March to November (10 PM PDT)
- cron: '0 5 15-31 3,11 *'
- cron: '0 5 * 4-10 *'
- cron: '0 5 * MAR-NOV *'
workflow_dispatch: # Allows manual trigger from the GitHub UI

jobs:
Expand Down

0 comments on commit 2d89cda

Please sign in to comment.