Skip to content

Commit

Permalink
Rename workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Mar 25, 2021
1 parent 40b830c commit 86534f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
# Job (3): Build docs, but don't deploy. This is effectively another layer of testing because of our sphinx-gallery auto-examples
docs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Build & deploy docs
name: Build docs and auto-examples
runs-on: ubuntu-latest
steps:
- name: Checkout Code
Expand Down

0 comments on commit 86534f3

Please sign in to comment.