Skip to content

Commit

Permalink
Undo running all tests, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Mar 24, 2023
1 parent b57c485 commit b907038
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/run_all_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@ name: Run all tests
on:
schedule:
- cron: '0 5 * * *' # once per day at midnight ET
# push:
# tags: # run only on new tags that follow semver
# - '/^[0-9]+(\.[0-9]+)?(\.[0-9]+)?$/'
push:
tags: # run only on new tags that follow semver
- '/^[0-9]+(\.[0-9]+)?(\.[0-9]+)?$/'
workflow_dispatch:
push: # TODO remove me
branches:
- dev
tags-ignore: # exclude tags created by "ci_addons publish_github_release"
- 'latest'
- 'latest-tmp'
pull_request: # TODO remove me

jobs:
run-all-tests:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

### Documentation and tutorial enhancements
- Add tutorial for optogenetics. @bendichter [#1657](https://github.com/NeurodataWithoutBorders/pynwb/pull/1657)
- Update testing of gallery examples and disable testing of the allensdk tutorial.
[#1680](https://github.com/NeurodataWithoutBorders/pynwb/pull/1680)

### Bug fixes
- Fixed bug in ``NWBHDF5IO.nwb_version`` property to support files written by third-party software with a fixed-length ``nwb_version`` attribute. @oruebel [#1669](https://github.com/NeurodataWithoutBorders/pynwb/pull/1669)
Expand Down

0 comments on commit b907038

Please sign in to comment.