Skip to content

Commit

Permalink
Merge branch 'master' into i#5623-aarch64_feat_pauth2
Browse files Browse the repository at this point in the history
  • Loading branch information
philramsey-arm authored May 13, 2024
2 parents 3fa44ff + a3411cb commit 3e884c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-aarchxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
sve: true
sve_length: 128
runs-on: ${{ matrix.os }}
name: AArch64 ${{matrix.sve && 'SVE' || ''}} precommit ${{matrix.sve_length}}
name: aarch64-${{matrix.sve && 'sve-' || ''}}precommit${{matrix.sve_length && '-' || ''}}${{matrix.sve_length}}
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit 3e884c0

Please sign in to comment.