From be3610ea7bff03ca5c375912145cf588d2d765a7 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Wed, 30 Mar 2022 19:17:59 +0300 Subject: [PATCH] [CI] Remove required checks workaround from pulsar-ci.yaml - remove workaround from pulsar-ci.yaml which was needed to make the required checks pass --- .github/workflows/pulsar-ci.yaml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml index fa7069a3d13f3..995ceb3fc87c5 100644 --- a/.github/workflows/pulsar-ci.yaml +++ b/.github/workflows/pulsar-ci.yaml @@ -765,19 +765,3 @@ jobs: - name: Delete maven repository binaries from GitHub Actions Artifacts run: | gh-actions-artifact-client.js delete pulsar-maven-repository-binaries.tar.zst - - # temporary workaround to make the required checks defined in .asf.yaml to pass - # these will be removed in later PRs once .asf.yaml has been edited - required-checks-workaround: - name: ${{ matrix.name }} - runs-on: ubuntu-20.04 - strategy: - matrix: - name: - - CI - Integration - Function - - CI - Integration - Schema - - CI - System - Sql - steps: - - name: No-op step - run: | - echo "This is just to make the required checks to pass and will be removed in later PR to change .asf.yaml"