Skip to content

Commit

Permalink
Don't exclude default product test config on non-fork PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick authored and ebyhr committed Jul 15, 2022
1 parent 0e8d068 commit 0104c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ jobs:
- config: default
ignore exclusion if: >-
${{ github.event_name != 'pull_request'
|| github.event.pull_request.head.repo.full_name == github.repository
|| contains(github.event.pull_request.labels.*.name, 'tests:all')
|| contains(github.event.pull_request.labels.*.name, 'tests:hive')
}}
Expand Down

0 comments on commit 0104c20

Please sign in to comment.