We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d5266 commit de9e7adCopy full SHA for de9e7ad
1 file changed
.github/workflows/linux.yml
@@ -162,7 +162,9 @@ jobs:
162
# ADIOS2 v2.10
163
gcc13_py312_mpich_h5_ad2:
164
runs-on: ubuntu-24.04
165
- if: github.event.pull_request.draft == false
+ # disabled because of unclear runtime issues
166
+ if: 0
167
+ #if: github.event.pull_request.draft == false
168
steps:
169
- uses: actions/checkout@v4
170
- name: Spack Cache
0 commit comments