Skip to content

Commit 47f4f07

Browse files
kirklandsignfacebook-github-bot
authored andcommitted
Forward fix pull.yml (#5489)
Summary: Fixes a workflow error introduced in #5472 Pull Request resolved: #5489 Reviewed By: dbort Differential Revision: D63037929 Pulled By: kirklandsign fbshipit-source-id: fb82aa367890f68fbece45bd41e8be62506bfe74
1 parent 73244a9 commit 47f4f07

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/pull.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ jobs:
9191
dtype: [fp32]
9292
build-tool: [buck2, cmake]
9393
mode: [portable, xnnpack+custom, xnnpack+custom+qe]
94-
include:
95-
- dtype: bf16
96-
build-tool: cmake
97-
mode: portable
98-
- dtype: bf16
99-
build-tool: buck2
100-
mode: portable
94+
include:
95+
- dtype: bf16
96+
build-tool: cmake
97+
mode: portable
98+
- dtype: bf16
99+
build-tool: buck2
100+
mode: portable
101101
fail-fast: false
102102
with:
103103
runner: linux.2xlarge

0 commit comments

Comments
 (0)