diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ff13a4cb0..f901aef93 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,9 @@ 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: |