Skip to content

Commit

Permalink
Improve github action naming
Browse files Browse the repository at this point in the history
Make them more descriptive
  • Loading branch information
rlazo committed Nov 21, 2024
1 parent 6a03d4c commit 939626c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-src-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build-src-check
name: Check buildSrc

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Changelog
name: Verify changelog update

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

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-cpp-sdk-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# *another* workflow on the Firebase C++ SDK, which will check for the Android
# version update and create a PR updating its dependencies if any version
# numbers changed.
name: update-cpp-sdk-on-release
name: Update C++ SDKs on release
on:
push:
branches:
Expand Down

0 comments on commit 939626c

Please sign in to comment.