Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading