From: Jérémie Astor Date: Tue, 5 May 2020 21:14:26 +0000 (+0200) Subject: :wrench: Build name formatting X-Git-Tag: nightly~1669 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=9e46c90401875e212ca286a4f2b3f0d79f1e9ff3;p=gwion.git :wrench: Build name formatting --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 66037cfd..a59cd84e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index abc4500d..ddcac55e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1538d55c..e8c80884 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: