Skip to content

Commit

Permalink
Merge pull request #1010 from dalonsoa/patch-1
Browse files Browse the repository at this point in the history
Schedule testing is running too often
  • Loading branch information
valentinsulzer authored May 21, 2020
2 parents 43565a6 + f8b1877 commit 9340970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

# everyday at 3 am UTC
schedule:
- cron: '* 3 * * *'
- cron: '0 3 * * *'

jobs:

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

## Bug fixes

- Fix schedule testing running too often. ([#1010](https://github.com/pybamm-team/PyBaMM/pull/1010))
- Fix doctests failing due to mismatch in unsorted output.([#990](https://github.com/pybamm-team/PyBaMM/pull/990))
- Added extra checks when creating a model, for clearer errors ([#971](https://github.com/pybamm-team/PyBaMM/pull/971))
- Fixed `Interpolant` ids to allow processing ([#962](https://github.com/pybamm-team/PyBaMM/pull/962))
Expand Down

0 comments on commit 9340970

Please sign in to comment.