Browse Source

chore: changed workflow to fail-fast false

pull/4488/merge
Daniel Gibbs 2 weeks ago
parent
commit
35db6a8918
  1. 4
      .github/workflows/update-check.yml

4
.github/workflows/update-check.yml

@ -13,12 +13,12 @@ concurrency:
jobs: jobs:
update-check: update-check:
if: github.repository_owner == 'GameServerManagers' if: github.repository_owner == 'GameServerManagers'
continue-on-error: true
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false
matrix: matrix:
shortname: [css, fctr, jk2, mc, mcb, mta, pmc, ts3, ut99, vints] shortname: [css, fctr, jk2, mc, mcb, mta, pmc, ts3, ut99, vints, xnt]
steps: steps:
- name: Download linuxgsm.sh - name: Download linuxgsm.sh

Loading…
Cancel
Save