Skip to content

Commit

Permalink
Avoid duplicate Docker tests for non-external PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnesayeed committed May 13, 2020
1 parent f3b1e57 commit d24a607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
shell: bash
run: py.test -s --cov=./
test-in-container:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
name: Test in Docker Container
steps:
Expand Down

0 comments on commit d24a607

Please sign in to comment.