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/librarian_generation_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Librarian generate diff check on pull requests
name: Librarian - Generate diff check on pull requests
on:
pull_request:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/showcase-version-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Showcase Version Check
name: Librarian - Showcase Version Check

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_librarian_googleapis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Update librarian googleapis commitish
name: Librarian - Update googleapis commitish and generate all
on:
schedule:
- cron: '0 3 * * *' # Run once a day at 3:00 AM UTC
Expand Down
Loading