Skip to content

Commit

Permalink
simplified workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
klamann committed Jul 16, 2020
1 parent a10e155 commit 4e3adc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Test & Build
name: build

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sphinx Docs
name: docs-verify

on:
pull_request:
Expand Down

0 comments on commit 4e3adc4

Please sign in to comment.