Skip to content

Commit

Permalink
uncomment if
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrost-mo committed Jan 18, 2024
1 parent fa55ab6 commit f37ed0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-required-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:
jobs:
check-reviews:
# Only run if passing the basic GitHub review requirements.
if: github.event.review.state == 'APPROVED'
# TODO: Removed for testing, so uncomment.
# if: github.event.review.state == 'APPROVED'
runs-on: ubuntu-latest
steps:
- name: Set up Python
Expand Down

0 comments on commit f37ed0a

Please sign in to comment.