From 15790475c5db6cf9907467920d5ea916545e543d Mon Sep 17 00:00:00 2001 From: Sixian Yi Date: Fri, 24 Jan 2025 16:51:45 -0800 Subject: [PATCH] remove unuseful lines --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f901aef93..ff13a4cb0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,9 +23,6 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.commit_sha }} - - name: Read CODEOWNERS file - run: | - cat .github/CODEOWNERS - name: Echo commit SHA run: |