Skip to content

Commit

Permalink
Merge pull request #155 from brian-rose/crontest
Browse files Browse the repository at this point in the history
Run test suite on a weekly schedule
  • Loading branch information
brian-rose committed Oct 19, 2021
2 parents 45415d0 + 4a04972 commit 95d6432
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build and test climlab

on: [push, pull_request]
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '35 4 * * TUE' # Tuesday at 04:35 UTC”

jobs:
build-and-test:
Expand Down

0 comments on commit 95d6432

Please sign in to comment.