From 954eb402375313093fbde8f31929ffc66ecccc75 Mon Sep 17 00:00:00 2001 From: t895 Date: Mon, 15 Jan 2024 10:30:57 -0500 Subject: ci: Remove format step from mainline builds --- .ci/yuzu-mainline-step2.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.ci/yuzu-mainline-step2.yml b/.ci/yuzu-mainline-step2.yml index b294827f4..8bb0572f5 100644 --- a/.ci/yuzu-mainline-step2.yml +++ b/.ci/yuzu-mainline-step2.yml @@ -8,17 +8,7 @@ variables: DisplayVersion: $[counter(variables['DisplayPrefix'], 1)] stages: -- stage: format - displayName: 'format' - jobs: - - job: format - displayName: 'clang' - pool: - vmImage: ubuntu-latest - steps: - - template: ./templates/format-check.yml - stage: build - dependsOn: format displayName: 'build' jobs: - job: build -- cgit v1.2.3