Skip to content

Commit

Permalink
Prevent skipping due to "if" statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Sep 6, 2024
1 parent bc7bce7 commit 9ddc42c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr_approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
check-approvals:
if: github.event.review.state == 'APPROVED' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 9ddc42c

Please sign in to comment.