Skip to content

Commit

Permalink
GHA: more specific job names
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaborcsardi committed Aug 27, 2023
1 parent 68282b7 commit d69b55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
matrix:
container: ${{ fromJson(needs.linux-tests-x86_64-setup.outputs.containers) }}
runs-on: ubuntu-latest
name: ${{ matrix.container }}
name: ${{ matrix.container }} (x86_64)

steps:
- name: Checkout
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
matrix:
container: ${{ fromJson(needs.linux-tests-aarch64-setup.outputs.containers) }}
runs-on: ubuntu-latest
name: ${{ matrix.container }}
name: ${{ matrix.container }} (aarch64)

steps:
- name: Set up QEMU
Expand Down

0 comments on commit d69b55e

Please sign in to comment.