mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
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:
parent
434de99233
commit
cc8b5fb4fc
|
@ -1,4 +1,4 @@
|
||||||
name: sapi-generator-tool
|
name: debian-sapi-generator-tool
|
||||||
on: push
|
on: push
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
2
.github/workflows/fedora-cmake.yml
vendored
2
.github/workflows/fedora-cmake.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: cmake
|
name: fedora-cmake
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
|
2
.github/workflows/ubuntu-cmake-contrib.yml
vendored
2
.github/workflows/ubuntu-cmake-contrib.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: cmake-contrib
|
name: ubuntu-cmake-contrib
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
|
2
.github/workflows/ubuntu-cmake.yml
vendored
2
.github/workflows/ubuntu-cmake.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: cmake
|
name: ubuntu-cmake
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user