Skip to content

Commit

Permalink
GitHub Actions: Make the workflows' names to be smaller; The previous…
Browse files Browse the repository at this point in the history
… were

a bit confusing.

* .github/workflows/autoconf.yml,
  (name): Change from `Build and Test Subversion using autoconf build system`
   to just `autoconf`.
  .github/workflows/cmake.yml
  (name): Change from `Build and Test Subversion with CMake` to just `CMake`.

git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1922197 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rinrab committed Nov 28, 2024
1 parent 2039bfe commit e2bba07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoconf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# autoconf.yml -- Configuration for autoconf GitHub Action workflow.
#

name: Build and Test Subversion using autoconf build system
name: autoconf

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# cmake.yml -- Configuration for CMake GitHub Action workflow.
#

name: Build and Test Subversion with CMake
name: CMake

on:
push:
Expand Down

0 comments on commit e2bba07

Please sign in to comment.