Skip to content

Commit

Permalink
Add extra space in job name
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 21, 2024
1 parent 582d657 commit a710bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_IP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.Prepare-Tests-Matrix.outputs.tests) }}
name: ${{ matrix.tests.bus }}/${{ matrix.tests.test }}
name: ${{ matrix.tests.bus }} / ${{ matrix.tests.test }}
steps:
- name: Set Env Variables
shell: bash
Expand Down

0 comments on commit a710bc9

Please sign in to comment.