diff --git a/.github/workflows/ci-dependency-review.yml b/.github/workflows/ci-dependency-review.yml deleted file mode 100644 index 220f786..0000000 --- a/.github/workflows/ci-dependency-review.yml +++ /dev/null @@ -1,9 +0,0 @@ -name: X-CI-dependency-review -on: - push: - -jobs: - dependency-review: - runs-on: ubuntu-latest - steps: - - run: echo "This is a placeholder workspace for UI cleanup"