diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index d4b81a23343..5464eadb750 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -91,13 +91,13 @@ jobs: dtype: [fp32] build-tool: [buck2, cmake] mode: [portable, xnnpack+custom, xnnpack+custom+qe] - include: - - dtype: bf16 - build-tool: cmake - mode: portable - - dtype: bf16 - build-tool: buck2 - mode: portable + include: + - dtype: bf16 + build-tool: cmake + mode: portable + - dtype: bf16 + build-tool: buck2 + mode: portable fail-fast: false with: runner: linux.2xlarge