From 3b6aae288026e454f9a2322d7db930da1e6b9177 Mon Sep 17 00:00:00 2001 From: Hansong <107070759+kirklandsign@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:28:55 -0700 Subject: [PATCH] Forward fix pull.yml --- .github/workflows/pull.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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