chore: hide matrix parameters in CI job names
This commit is contained in:
parent
1b302f328f
commit
d61cb698aa
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -43,6 +43,7 @@ jobs:
|
|||
CMAKE_OPTIONS: -G "Unix Makefiles" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DSTATIC=ON
|
||||
# complete all jobs
|
||||
fail-fast: false
|
||||
name: ${{ matrix.name }}
|
||||
env:
|
||||
CCACHE_COMPRESS: true
|
||||
# current cache limit
|
||||
|
|
|
|||
1
.github/workflows/nix-ci.yml
vendored
1
.github/workflows/nix-ci.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
nix_url: https://hydra.nixos.org/build/130670982/download/1/nix-2.4pre20201117_ae31916-x86_64-darwin.tar.xz
|
||||
# complete all jobs
|
||||
fail-fast: false
|
||||
name: ${{ matrix.name }}
|
||||
env:
|
||||
CACHIX_AUTH_TOKEN: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue