Skip to content

Commit 709e91f

Browse files
hamzaremmalbishabosha
authored andcommitted
Do not run linux arm tests
1 parent db7c254 commit 709e91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/launchers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Test CLI Launchers on all the platforms
22
on:
3-
push:
43
workflow_dispatch:
54

65
jobs:
@@ -22,6 +21,7 @@ jobs:
2221
linux-aarch64:
2322
name: Deploy and Test on Linux ARM64 architecture
2423
runs-on: macos-latest
24+
if: ${{ false }}
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Set up JDK 17

0 commit comments

Comments
 (0)