GitHub Workflows: Prefix worklow names with OS name

This makes workflows easier to distingiush in the GitHub UI.

PiperOrigin-RevId: 532407546
Change-Id: I827c6f4750cd0fcbd0e670e06703cd3ffd46b59d
This commit is contained in:
Christian Blichmann 2023-05-16 04:05:31 -07:00 committed by Copybara-Service
parent 434de99233
commit cc8b5fb4fc
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: sapi-generator-tool name: debian-sapi-generator-tool
on: push on: push
jobs: jobs:
build: build:

View File

@ -1,4 +1,4 @@
name: cmake name: fedora-cmake
on: [push, pull_request] on: [push, pull_request]

View File

@ -1,4 +1,4 @@
name: cmake-contrib name: ubuntu-cmake-contrib
on: [push, pull_request] on: [push, pull_request]

View File

@ -1,4 +1,4 @@
name: cmake name: ubuntu-cmake
on: [push, pull_request] on: [push, pull_request]