Skip to content

Commit f1c75df

Browse files
authored
Improve github action naming (#6529)
Make them more descriptive
1 parent 6a03d4c commit f1c75df

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-src-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-src-check
1+
name: Check buildSrc
22

33
on:
44
pull_request:

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Changelog
1+
name: Verify changelog update
22

33
on:
44
pull_request

.github/workflows/fireci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: fireci
1+
name: Run fireci tests
22

33
on:
44
pull_request:

.github/workflows/update-cpp-sdk-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# *another* workflow on the Firebase C++ SDK, which will check for the Android
33
# version update and create a PR updating its dependencies if any version
44
# numbers changed.
5-
name: update-cpp-sdk-on-release
5+
name: Update C++ SDKs on release
66
on:
77
push:
88
branches:

0 commit comments

Comments
 (0)