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