Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Dec 13, 2024
1 parent cd07771 commit 97681f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 97681f9

Please sign in to comment.