ci: Rename github workflow jobs
This commit is contained in:
4
.github/workflows/bazel_docker.yml
vendored
4
.github/workflows/bazel_docker.yml
vendored
@@ -3,14 +3,14 @@ name: Bazel Docker
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
Distros:
|
||||
bazel:
|
||||
runs-on: ubuntu-latest
|
||||
continue-on-error: ${{ matrix.allow_failure }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
distro: [alpine, archlinux, centos, debian, fedora, opensuse, ubuntu]
|
||||
allow_failure: [false]
|
||||
fail-fast: false
|
||||
env:
|
||||
DISTRO: ${{ matrix.distro }}
|
||||
steps:
|
||||
|
||||
2
.github/workflows/cmake_docker.yml
vendored
2
.github/workflows/cmake_docker.yml
vendored
@@ -3,7 +3,7 @@ name: CMake Docker
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
Distros:
|
||||
cmake:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
2
.github/workflows/make_docker.yml
vendored
2
.github/workflows/make_docker.yml
vendored
@@ -3,7 +3,7 @@ name: Make Docker
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
Distros:
|
||||
make:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
||||
Reference in New Issue
Block a user