Skip to content

Commit 849c4f0

Browse files
authored
Merge pull request #165 from MFlowCode/henryleberre-162
2 parents 7c12586 + 2b0b10b commit 849c4f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
- os: macos-latest
4242
debug: --debug
4343
gcc: 11
44+
fail-fast: false
45+
continue-on-error: true
4446
runs-on: ${{ matrix.os }}
4547
steps:
4648
- name: Clone
@@ -105,6 +107,7 @@ jobs:
105107
group: phoenix
106108
labels: self-hosted
107109
if: github.repository == 'MFlowCode/MFC'
110+
continue-on-error: true
108111
steps:
109112
- name: Clone
110113
uses: actions/checkout@v3
@@ -131,6 +134,7 @@ jobs:
131134
group: phoenix
132135
labels: self-hosted
133136
if: github.repository == 'MFlowCode/MFC'
137+
continue-on-error: true
134138
steps:
135139
- name: Clone
136140
uses: actions/checkout@v3

0 commit comments

Comments
 (0)