diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-05-08 20:36:14 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-05-08 20:36:14 (GMT) |
commit | 64a9fccecf37b1aff531e5aa1a5504b7387e4745 (patch) | |
tree | c64f58d8b1c34bcb7b96c7d9e247e2329216a70c /.github/workflows | |
parent | 6a0b2dd5a1990ebe9a3ab0563855836f89dd7073 (diff) | |
download | hdf5-64a9fccecf37b1aff531e5aa1a5504b7387e4745.zip hdf5-64a9fccecf37b1aff531e5aa1a5504b7387e4745.tar.gz hdf5-64a9fccecf37b1aff531e5aa1a5504b7387e4745.tar.bz2 |
disable pr action and enable fail fast
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yml | 6 |
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: |