diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 37742b463..5c6da39a0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,7 +14,7 @@ see https://regro.github.io/rever-docs/news.html for details on how to add news Checklist * [ ] All new code is appropriately documented (user-facing code _must_ have complete docstrings). * [ ] Added a ``news`` entry, or the changes are not user-facing. -* [ ] Ran pre-commit by making a comment with `pre-commit.ci autofix` before requesting review. +* [ ] Ran pre-commit: you can run locally or comment on this PR with `pre-commit.ci autofix` before requesting review. Manual Tests: these are slow so don't need to be run every commit, only before merging and when relevant changes are made (generally at reviewer-discretion). * [ ] [GPU integration tests](https://github.com/OpenFreeEnergy/openfe/actions/workflows/gpu-integration-tests.yaml) diff --git a/.github/workflows/test-example-notebooks.yaml b/.github/workflows/test-example-notebooks.yaml index fce82d422..df27c1fb7 100644 --- a/.github/workflows/test-example-notebooks.yaml +++ b/.github/workflows/test-example-notebooks.yaml @@ -12,7 +12,7 @@ defaults: shell: bash -leo pipefail {0} jobs: - test-conda-build: + test-example-notebooks: runs-on: ubuntu-latest steps: