We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a385ff commit 690300aCopy full SHA for 690300a
.github/workflows/premerge.yaml
@@ -24,7 +24,7 @@ concurrency:
24
25
jobs:
26
premerge-checks-linux:
27
- name: Build and Test Linux
+ name: Build and Test Linux ${{ (startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm') && 'AArch64') || 'X86_64' }}
28
if: >-
29
github.repository_owner == 'llvm' &&
30
(github.event_name != 'pull_request' || github.event.action != 'closed')
0 commit comments