diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-05-08 21:28:52 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-05-08 21:28:52 (GMT) |
commit | f7bfa60bf9f591f03963137c8bb41b0d2b90a1c1 (patch) | |
tree | c29adb7e62781b32a801b1795c747d49687b7ed8 /.github/workflows | |
parent | 96cabf6c59a19a806092aff983480d6848f89279 (diff) | |
parent | f82348f80940e6ea197b7913f6357a5bbde3c43d (diff) | |
download | hdf5-f7bfa60bf9f591f03963137c8bb41b0d2b90a1c1.zip hdf5-f7bfa60bf9f591f03963137c8bb41b0d2b90a1c1.tar.gz hdf5-f7bfa60bf9f591f03963137c8bb41b0d2b90a1c1.tar.bz2 |
Merge pull request #2568 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'f82348f80940e6ea197b7913f6357a5bbde3c43d':
Comment out pull-request action and enable fail fast
Correct filename
Change to use alias
Fix name setting
OESS-65 fix packaging config files
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: |