Skip to content

Commit e29fb31

Browse files
authored
Prevent skipping due to "if" statement (model-checking#80)
Prevent pr approval from getting skipped when there is a non-approval review submitted on the PR. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent bc7bce7 commit e29fb31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pr_approval.yml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010

1111
jobs:
1212
check-approvals:
13-
if: github.event.review.state == 'APPROVED' || github.event_name == 'workflow_dispatch'
1413
runs-on: ubuntu-latest
1514
steps:
1615
- name: Checkout repository

0 commit comments

Comments
 (0)