From 97681f9d52b2a6e9c15ce3c04773311f0228b20e Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Fri, 13 Dec 2024 22:47:07 +0100 Subject: [PATCH] changes --- .github/workflows/build-pr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 54df7dedc3..d65c738978 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -117,7 +117,7 @@ jobs: CompilationTest: name: | - 👩🏾‍🔬 Compilation: ${{ matrix.source }} ${{ fromJSON('["","with XOP"]')[matrix.hardware] }} + Compilation: ${{ matrix.source }} ${{ fromJSON('["","with XOP"]')[matrix.hardware] }} needs: - BuildInstaller strategy: @@ -131,7 +131,7 @@ jobs: uses: ./.github/workflows/test-igor-workflow.yml with: job_name: | - 👩🏾‍🔬 Compilation: ${{ matrix.source }} ${{ fromJSON('["","with XOP"]')[matrix.hardware] }} + Compilation: ${{ matrix.source }} ${{ fromJSON('["","with XOP"]')[matrix.hardware] }} overwrite_job_name: ${{ inputs.is_called_workflow || false }} experiment: Packages/tests/Compilation/CompilationTester.pxp installer_artifact_name: BuildInstaller-dev-assets @@ -141,12 +141,12 @@ jobs: CompilationEachCommitTest: name: | - 👩🏾‍🔬 Compilation: Each commit + Compilation: Each commit if: ${{ !inputs.is_called_workflow }} uses: ./.github/workflows/test-igor-rebase-exec-workflow.yml with: job_name: | - 👩🏾‍🔬 Compilation: Each commit + Compilation: Each commit overwrite_job_name: ${{ inputs.is_called_workflow || false }} experiment: Packages/tests/Compilation/CompilationTester.pxp installer_flags: "-s git"