Skip to content

Commit 4385162

Browse files
committed
Temporarily disable linux runners on github actions.
1 parent 263f219 commit 4385162

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/actions_build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
build_gcc_ubuntu_22_04:
12+
if: false
1213
runs-on: ubuntu-22.04
1314
strategy:
1415
fail-fast: false
@@ -50,6 +51,7 @@ jobs:
5051
run: ctest -V
5152

5253
build_gcc_ubuntu_24_04:
54+
if: false
5355
runs-on: ubuntu-24.04
5456
strategy:
5557
fail-fast: false
@@ -99,6 +101,7 @@ jobs:
99101
run: make doc_comms
100102

101103
build_clang_ubuntu_22_04:
104+
if: false
102105
runs-on: ubuntu-22.04
103106
strategy:
104107
fail-fast: false
@@ -140,6 +143,7 @@ jobs:
140143
run: ctest -V
141144

142145
build_clang_ubuntu_24_04:
146+
if: false
143147
runs-on: ubuntu-24.04
144148
strategy:
145149
fail-fast: false

0 commit comments

Comments
 (0)