From 81d57cb6799248df1c8d94ec1f328ada1bdef35e Mon Sep 17 00:00:00 2001 From: epiqueras Date: Wed, 27 Nov 2019 08:42:19 -0800 Subject: [PATCH] Travis: Skip the deploy stage on PRs. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 173f8a715183ba..bdc50075d7974f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -197,7 +197,7 @@ jobs: - $( npm bin )/wp-scripts test-e2e --config=./packages/e2e-tests/jest.config.js --cacheDirectory="$HOME/.jest-cache" --runTestsByPath $( awk 'NR % 4 == 3' < ~/.jest-e2e-tests ) - stage: deploy - if: branch = master + if: (NOT type IN (pull_request)) AND (branch = master) name: Deploy Playground env: INSTALL_WORDPRESS=false install: