Skip to content

Commit

Permalink
fix awsfulltest
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Oct 23, 2024
1 parent 6a65849 commit d7578f0
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 @@ -22,9 +22,10 @@ jobs:
aligner: ["bismark", "bismark_hisat", "bwameth"]
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
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 d7578f0

Please sign in to comment.