Skip to content

Commit

Permalink
Merge pull request #49 from nf-core/aws-fulltest-manual-fix
Browse files Browse the repository at this point in the history
Don't check tests if there are no tests
  • Loading branch information
ewels authored Nov 7, 2024
2 parents 51ba34e + 8768312 commit c6286cc
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 @@ -20,6 +20,7 @@ jobs:
steps:
- uses: octokit/request-action@v2.x
id: check_approvals
if: github.event_name != 'workflow_dispatch'
with:
route: GET /repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/reviews
env:
Expand Down

0 comments on commit c6286cc

Please sign in to comment.