Skip to content

Commit 35db6a8

Browse files
committed
chore: changed workflow to fail-fast false
1 parent 6847401 commit 35db6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ concurrency:
1313
jobs:
1414
update-check:
1515
if: github.repository_owner == 'GameServerManagers'
16-
continue-on-error: true
1716
runs-on: ubuntu-latest
1817

1918
strategy:
19+
fail-fast: false
2020
matrix:
21-
shortname: [css, fctr, jk2, mc, mcb, mta, pmc, ts3, ut99, vints]
21+
shortname: [css, fctr, jk2, mc, mcb, mta, pmc, ts3, ut99, vints, xnt]
2222

2323
steps:
2424
- name: Download linuxgsm.sh

0 commit comments

Comments
 (0)