devops: disable docker tests workflow in forks (#11082)
This commit is contained in:
parent
5fafd943cb
commit
a58dda29c7
1
.github/workflows/tests_docker.yml
vendored
1
.github/workflows/tests_docker.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
|||
test_linux_docker:
|
||||
name: "Docker ${{ matrix.os_name}} ${{ matrix.arch}} ${{ matrix.user }} Tests"
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'microsoft/playwright'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in a new issue