Skip to content

Commit

Permalink
Update action descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Feb 27, 2024
1 parent a36d939 commit 09cd8d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.

name: Publish Python Package
name: Publish to PyPI

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Publish sphinx docs
name: Publish docs

on:
# Runs on pushes targeting the default branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tests
name: Run unit tests

on: ["push", "pull_request"]

Expand Down

0 comments on commit 09cd8d3

Please sign in to comment.