From 1aa1ed28a4905b06aba40f08be8eb9e8d408ede3 Mon Sep 17 00:00:00 2001 From: Siriwat K Date: Fri, 11 Nov 2022 17:00:16 +0700 Subject: [PATCH] [core] Revert CI (#35098) --- .github/workflows/ci-check.yml | 22 ---------------------- .github/workflows/ci.yml | 3 --- 2 files changed, 25 deletions(-) delete mode 100644 .github/workflows/ci-check.yml diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml deleted file mode 100644 index fea980105a6546..00000000000000 --- a/.github/workflows/ci-check.yml +++ /dev/null @@ -1,22 +0,0 @@ -# This workflow is a workaround to make the github check "Successful" -# for the ci.yml, otherwise the changes in `docs/**` or `examples/**` won't be considered completed for github checks. -# -# Ref: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks -name: CI - -on: - push: - branches-ignore: - - 'renovate/**' - pull_request: - paths: - - 'docs/**' - - 'examples/**' - -permissions: {} - -jobs: - test-dev: - runs-on: ubuntu-latest - steps: - - run: 'echo "No build required"' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8ea6674c3b562..2265cd92db4f65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,9 +7,6 @@ on: # We don't need to run CI twice (push+pull_request) - 'renovate/**' pull_request: - paths-ignore: - - 'docs/**' - - 'examples/**' permissions: {}