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 2d89cda commit 3f5bada
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/keep_latest60_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: Keep latest 60 results

on:
schedule:
# 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 * MAR-NOV *'
# Runs at 5 AM UTC (10 PM PDT / 9 PM PST)
- cron: '0 5 * * *'
workflow_dispatch: # Allows manual trigger from the GitHub UI

jobs:
Expand Down

0 comments on commit 3f5bada

Please sign in to comment.