Skip to content

Commit b95a00e

Browse files
[CI] Skip Running Prmeerge Advisor on AArch64
They were still running because the conditional was not correct. This patch fixes that so they do not interefere with the results of the job.
1 parent 6f5c8fe commit b95a00e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/premerge.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
# container and non-container jobs.
5858
shell: bash
5959
steps:
60+
- name: Print platform
61+
run: |
62+
python3 -c "import platform; print(platform.machine())"
6063
- name: Checkout LLVM
6164
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6265
with:

0 commit comments

Comments
 (0)