Skip to content

Commit

Permalink
shorten titles
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Sep 19, 2023
1 parent ec3fc76 commit e3df38f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/citation.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Update CITATION.cff on Release
name: citation

on: # yamllint disable-line rule:truthy
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Publish to PyPI on Release
name: pypi

on: # yamllint disable-line rule:truthy
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Test on Push
name: test

on: # yamllint disable-line rule:truthy
push:
Expand Down

0 comments on commit e3df38f

Please sign in to comment.