Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"