Skip to content

Commit d320d16

Browse files
authored
CI: Add "fail-fast: false" for multi-job workflows (deepmodeling#7855)
1 parent a8c0eb4 commit d320d16

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_test_cmake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
include:
1213
- tag: gnu

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: X64
1616
if: github.repository_owner == 'deepmodeling'
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
dockerfile: ["gnu","intel","cuda"]
2021
steps:

0 commit comments

Comments
 (0)