From 6977323d88c2d79a3e039c87898cedfb5a7b363b Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Fri, 18 Mar 2022 19:08:20 -0400 Subject: [PATCH] ci: remove redundant words from job names its always 64bit now! --- .github/workflows/linux-workflow.yml | 2 +- .github/workflows/macos-workflow.yml | 1 - .github/workflows/windows-workflow.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-workflow.yml b/.github/workflows/linux-workflow.yml index 87b6aeb7c5..6944e4ac5c 100644 --- a/.github/workflows/linux-workflow.yml +++ b/.github/workflows/linux-workflow.yml @@ -74,7 +74,7 @@ jobs: appimage: false experimental: false - name: ${{ matrix.platform }} | ${{ matrix.compiler }}${{ matrix.detail }} + name: ${{ matrix.compiler }}${{ matrix.detail }} runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} # Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them. diff --git a/.github/workflows/macos-workflow.yml b/.github/workflows/macos-workflow.yml index 3d78262448..7ed57becd8 100644 --- a/.github/workflows/macos-workflow.yml +++ b/.github/workflows/macos-workflow.yml @@ -70,7 +70,6 @@ jobs: platform: [x64] experimental: [false] - name: ${{ matrix.platform }} runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} # Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them. diff --git a/.github/workflows/windows-workflow.yml b/.github/workflows/windows-workflow.yml index a71bbc5cf5..28f163b4af 100644 --- a/.github/workflows/windows-workflow.yml +++ b/.github/workflows/windows-workflow.yml @@ -45,7 +45,7 @@ jobs: configuration: [Release, Release AVX2, CMake, Qt] experimental: [false] - name: ${{ matrix.platform }} | ${{ matrix.configuration }} + name: ${{ matrix.configuration }} runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} # Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them.