From 4001ea126692d9c4e6872936a791a1999c826156 Mon Sep 17 00:00:00 2001 From: Cyrus Leung Date: Mon, 20 Jan 2025 16:41:57 +0800 Subject: [PATCH] [CI/Build] Remove dummy CI steps (#12208) Signed-off-by: DarkLight1337 --- .github/workflows/dummy.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/dummy.yml diff --git a/.github/workflows/dummy.yml b/.github/workflows/dummy.yml deleted file mode 100644 index ea507fab..00000000 --- a/.github/workflows/dummy.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: dummy-checks - -on: - pull_request: - -jobs: - mypy: - runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.12"] - steps: - - run: echo "This is a dummy step that always passes" - ruff: - runs-on: ubuntu-latest - strategy: - matrix: - python-version: ["3.12"] - steps: - - run: echo "This is a dummy step that always passes"