From 28b2345c0ae5fd4ed72b84ba8570e851074830e4 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Fri, 13 Dec 2024 23:13:28 +0100 Subject: [PATCH] changes --- .github/workflows/build-pr.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index d65c738978..1afd7da2c4 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -116,8 +116,7 @@ jobs: run: tools/pre-commit/run.sh CompilationTest: - name: | - Compilation: ${{ matrix.source }} ${{ fromJSON('["","with XOP"]')[matrix.hardware] }} + name: Compilation of ${{ matrix.source }} ${{ fromJSON('["","with XOP"]')[matrix.hardware] }} needs: - BuildInstaller strategy: @@ -140,13 +139,11 @@ jobs: timeout_minutes: 60 CompilationEachCommitTest: - name: | - Compilation: Each commit + name: Compilation of each commit if: ${{ !inputs.is_called_workflow }} uses: ./.github/workflows/test-igor-rebase-exec-workflow.yml with: - job_name: | - Compilation: Each commit + job_name: Compilation of each commit overwrite_job_name: ${{ inputs.is_called_workflow || false }} experiment: Packages/tests/Compilation/CompilationTester.pxp installer_flags: "-s git"