Skip to content

Commit 460c0e6

Browse files
authored
Merge pull request #2297 from WardF/fix_workflow_trigger.wif
Remove on-push trigger for OSX-based workflows.
2 parents b533d4a + 516c73b commit 460c0e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_tests_osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name: Run macOS-based netCDF Tests
88

99

10-
on: [pull_request,push]
10+
on: [pull_request]
1111

1212
jobs:
1313

.github/workflows/run_tests_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
key: hdf5-parallel-${{ runner.os }}-${{ matrix.hdf5 }}
8383

8484

85-
- name: Build libhdf5-${{ matrix.hdf5 }}
85+
- name: Build libhdf5-${{ matrix.hdf5 }}-pnetcdf-1.12.3
8686
if: steps.cache-hdf5.outputs.cache-hit != 'true'
8787
run: |
8888
set -x

0 commit comments

Comments
 (0)