diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2024-01-15 13:52:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-15 13:52:48 -0500 |
commit | 2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3 (patch) | |
tree | 2ccb9a01f4e16f55e0cdc5ae793fd494dd641934 | |
parent | 04f4eeaca2722b901a60dffd955aed993c95bd05 (diff) | |
parent | 954eb402375313093fbde8f31929ffc66ecccc75 (diff) |
Merge pull request #12680 from t895/format-mainline
ci: Remove format step from mainline builds
-rw-r--r-- | .ci/yuzu-mainline-step2.yml | 10 |
1 files changed, 0 insertions, 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 |