Skip to content

Commit

Permalink
Fix workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisLeNezet committed Oct 29, 2024
1 parent a790ca1 commit 10d0f06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/awsfulltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: octokit/request-action@v2.x
if: github.event_name != 'workflow_dispatch'
id: check_approvals
with:
route: GET /repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/reviews
route: GET /repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/reviews?per_page=100
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- id: test_variables
Expand Down

0 comments on commit 10d0f06

Please sign in to comment.