From 47ddd93fc4928eac3b39b86ad80bf247b573e753 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 8 Aug 2020 15:21:03 +0200 Subject: [PATCH] :wrench: Add (linux) release action. indent --- .github/workflows/linux-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index bfbea0e0..db37752c 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -8,7 +8,7 @@ on: jobs: build: - name: \[ Linux \] ${{ matrix.double && 'double' || 'float '}} (${{ matrix.cc }}) + name: Linux Release runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[skip ci]')" -- 2.43.0