Skip to content

Commit

Permalink
disable checking for reviews on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Nov 14, 2024
1 parent 675d60b commit 9162fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/awsfulltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: octokit/[email protected]
if: github.event_name != 'workflow_dispatch'
id: check_approvals
with:
route: GET /repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/reviews
Expand Down

0 comments on commit 9162fe0

Please sign in to comment.