Skip to content

Commit

Permalink
Merge pull request #31 from LBL-EESA/run_tests_weekly
Browse files Browse the repository at this point in the history
add weekly schedule to test.yml
  • Loading branch information
taobrienlbl authored Nov 6, 2023
2 parents f243bb2 + f9e9a53 commit 560df37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Run tests

on: [push]
on:
push:
schedule:
- cron: '5 4 * * MON' # This will run the workflow every Monday at 4:05AM UTC

jobs:
tests:
Expand Down

0 comments on commit 560df37

Please sign in to comment.