Skip to content

Commit

Permalink
add schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
wh3248 committed Jan 2, 2025
1 parent 90eb4c3 commit 1db2112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-performance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
description: "Water year of data used for test"
required: false
default: "1997"
schedule:
# Run at 5am on Monday and Friday
- cron: '0 5 * * 1'
- cron: '0 5 * * 5'

jobs:
runscript:
Expand Down

0 comments on commit 1db2112

Please sign in to comment.