diff --git a/README.md b/README.md index c126a94..98c5749 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ permissions: contents: read jobs: check: + if: ${{ github.event.review.state == 'approved' }} runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 @@ -62,6 +63,7 @@ permissions: contents: read jobs: check: + if: ${{ github.event.review.state == 'approved' }} runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4