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: |