Skip to content

Commit

Permalink
Merge pull request #704 from nf-core/jfy133-patch-1
Browse files Browse the repository at this point in the history
Fix full test manual trigger following https://github.com/nf-core/met…
  • Loading branch information
jfy133 authored Oct 24, 2024
2 parents e1705e0 + c7f3071 commit babacaa
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 babacaa

Please sign in to comment.