diff --git a/.github/workflows/run_all_tests.yml b/.github/workflows/run_all_tests.yml index 124e2e278..4445a7548 100644 --- a/.github/workflows/run_all_tests.yml +++ b/.github/workflows/run_all_tests.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 25860c7e0..8e7c5efaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)