diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21f9465e..d738e02d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: