summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-08 20:32:15 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:37:20 (GMT)
commita809ab0285bfaa5379722384353b7d609f0a11c5 (patch)
treeb405a203448e3d4fb933592d96a7d4780856008a /.github
parentca0df1b87e121440b1ef7af7955d9273f668d31f (diff)
downloadhdf5-a809ab0285bfaa5379722384353b7d609f0a11c5.zip
hdf5-a809ab0285bfaa5379722384353b7d609f0a11c5.tar.gz
hdf5-a809ab0285bfaa5379722384353b7d609f0a11c5.tar.bz2
Comment out pull-request action and enable fail fast
Diffstat (limited to '.github')
-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: