diff --git a/.github/workflows/pd-tests.yaml b/.github/workflows/pd-tests.yaml index 223187737e0..dda2fcb21e1 100644 --- a/.github/workflows/pd-tests.yaml +++ b/.github/workflows/pd-tests.yaml @@ -83,3 +83,6 @@ jobs: file: ./covprofile flags: unittests name: codecov-umbrella + - name: Run CTRF annotations + run: npx github-actions-ctrf check_report.json + if: always()