Merge pull request #986 from mirumee/Skip-cypress-test-in-PR-from-private-forks

Skip cypress test if PR from private fork
This commit is contained in:
Karolina 2021-02-19 19:17:22 +01:00 committed by GitHub
commit 153b52dc0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,7 @@ jobs:
npm run test
cypress-run:
if: github.event.pull_request.head.repo.full_name == 'mirumee/saleor-dashboard'
runs-on: ubuntu-16.04
steps:
- name: Checkout