mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Comment out pull-request action and enable fail fast
This commit is contained in:
parent
a5a3a5d9b3
commit
f82348f809
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user