We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b533d4a + 516c73b commit 460c0e6Copy full SHA for 460c0e6
.github/workflows/run_tests_osx.yml
@@ -7,7 +7,7 @@
7
name: Run macOS-based netCDF Tests
8
9
10
-on: [pull_request,push]
+on: [pull_request]
11
12
jobs:
13
.github/workflows/run_tests_ubuntu.yml
@@ -82,7 +82,7 @@ jobs:
82
key: hdf5-parallel-${{ runner.os }}-${{ matrix.hdf5 }}
83
84
85
- - name: Build libhdf5-${{ matrix.hdf5 }}
+ - name: Build libhdf5-${{ matrix.hdf5 }}-pnetcdf-1.12.3
86
if: steps.cache-hdf5.outputs.cache-hit != 'true'
87
run: |
88
set -x
0 commit comments