Skip to content

Commit

Permalink
CI: rename some workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Oct 6, 2023
1 parent ff436cc commit f84a36b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Documentatio
name: Publish Documentation

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package
name: Create Release

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selective_cache_persist.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests
name: Cache persist

on:
workflow_dispatch:
Expand Down

0 comments on commit f84a36b

Please sign in to comment.