diff --git a/.github/workflows/connector_metadata_checks.yml b/.github/workflows/connector_metadata_checks.yml deleted file mode 100644 index 2af441a2bbe9d..0000000000000 --- a/.github/workflows/connector_metadata_checks.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Connector Ops CI - Connector Metadata Checks - -on: - pull_request: - paths: - - "airbyte-integrations/connectors/source-**" -jobs: - connector-metadata-checks: - name: "Check Connector Metadata" - runs-on: ubuntu-latest - steps: - - name: Checkout Airbyte - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: Install Python - uses: actions/setup-python@v4 - with: - python-version: "3.10" - - name: Install ci-connector-ops package - run: | - pip install pipx - pipx ensurepath - pipx install airbyte-ci/connectors/connector_ops/ - - name: Check test strictness level - run: check-test-strictness-level - - name: Check allowed hosts - run: allowed-hosts-checks