diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 54df7dedc3..482807a1a8 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: @@ -130,8 +129,7 @@ jobs: hardware: false uses: ./.github/workflows/test-igor-workflow.yml with: - job_name: | - 👩🏾‍🔬 Compilation: ${{ matrix.source }} ${{ fromJSON('["","with XOP"]')[matrix.hardware] }} + job_name: 👩🏾‍🔬 Compilation of ${{ 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 @@ -140,13 +138,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"