Skip to content

Commit 86534f3

Browse files
committed
Rename workflow steps
1 parent 40b830c commit 86534f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_and_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# Job (3): Build docs, but don't deploy. This is effectively another layer of testing because of our sphinx-gallery auto-examples
109109
docs:
110110
if: "!contains(github.event.head_commit.message, 'skip ci')"
111-
name: Build & deploy docs
111+
name: Build docs and auto-examples
112112
runs-on: ubuntu-latest
113113
steps:
114114
- name: Checkout Code

0 commit comments

Comments
 (0)