diff --git a/.github/workflows/pull-request-verification.yml b/.github/workflows/pull-request-verification.yml index b18d7ba2..801c7cea 100644 --- a/.github/workflows/pull-request-verification.yml +++ b/.github/workflows/pull-request-verification.yml @@ -90,6 +90,9 @@ jobs: - name: filter-test if: steps.filter.outputs.local != 'true' run: exit 1 + - name: count-test + if: steps.filter.outputs.local_count != 1 + run: exit 1 test-change-type: runs-on: ubuntu-latest