]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Build name formatting
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 5 May 2020 21:13:27 +0000 (23:13 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Tue, 5 May 2020 21:13:27 +0000 (23:13 +0200)
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/windows.yml

index 4ebf9ff79b9e719a0aeca127ddb2b75634f99bf9..66037cfd095145c85f73b7e970fb29d0f8f3b560 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: [ Linux ] ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
+    name: "[ Linux ]" ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
     runs-on: ubuntu-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy:
index 25347fb90398ca63bf448dfe53bc9149e1b38e6d..abc4500de0a3e3796d339d669810b84947523c6c 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: [  Mac  ] ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
+    name: "[  Mac  ]" ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }})
     runs-on: macos-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy:
index 8a7923e05952bfd54d6f0035fefb43768cb55aaf..1538d55c61b9fb7f535833999975b42ef47506af 100644 (file)
@@ -8,7 +8,7 @@ on:
 
 jobs:
   build:
-    name: [Windows] ${{ matrix.double && 'double' || 'float'}}
+    name: "[Windows]" ${{ matrix.double && 'double' || 'float'}}
     runs-on: windows-latest
     if: "!contains(github.event.head_commit.message, '[skip ci]')"
     strategy: