Skip to content

Commit

Permalink
Fix workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
ruff committed Oct 2, 2024
1 parent 17e77bc commit f704456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI (Matrix Build)
name: Continuous Integration

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.doc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build (Documentation only)
name: Documentation

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release (Matrix Build)
name: Release

on:
push:
Expand Down

0 comments on commit f704456

Please sign in to comment.