From c7df232959006bebb35ca7c70ce8c92823961dbe Mon Sep 17 00:00:00 2001 From: glean-code-writer Date: Fri, 17 Jul 2026 09:50:28 +0000 Subject: [PATCH] chore(PLT-3524): remove empty CI workflow file PR #68 removed the sonarcloud job from ci.yml, which was the only job in that workflow. This left an empty/invalid workflow file with just the `jobs:` key and no actual jobs. This commit removes the now-empty workflow file entirely. Follow-up to: #68 Generated by Glean Code Writer --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 21a8883..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: CI - -on: - pull_request: - branches: - - main - -jobs: