summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-08 20:34:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-08 20:34:57 (GMT)
commitce7ee643c6fe9eecdf02ee9efbd77b2e9aea6e2d (patch)
tree6d4589d567527d26feb87db3f7d51c4d575b844c /.github/workflows
parent2c892178f1e1a08a8548b969417f6a50659a324a (diff)
downloadhdf5-ce7ee643c6fe9eecdf02ee9efbd77b2e9aea6e2d.zip
hdf5-ce7ee643c6fe9eecdf02ee9efbd77b2e9aea6e2d.tar.gz
hdf5-ce7ee643c6fe9eecdf02ee9efbd77b2e9aea6e2d.tar.bz2
disable pr action and enable fail fast
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5c38961..a3fdadb 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -4,15 +4,15 @@ name: hdf5 dev CI
on:
push:
branches: [ develop, hdf5_1_12, hdf5_1_10, hdf5_1_8 ]
- pull_request:
- branches: [ develop ]
+# pull_request:
+# branches: [ develop ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
strategy:
- fail-fast: false
+# fail-fast: false
matrix:
name: ["Windows Latest MSVC", "Ubuntu Latest GCC", "macOS Latest Clang"]
include: