ci: disable fail-fast in tdengine-build workflow

This commit is contained in:
chenhaoran 2025-03-12 18:39:25 +08:00
parent 794587cbcc
commit 47344da619
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ jobs:
name: Run on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-20.04