Skip to content

Commit

Permalink
doc(#92): if approved
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Apr 12, 2024
1 parent ca1c709 commit 9bfb2eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9bfb2eb

Please sign in to comment.