Skip cypress test if PR from private fork

This commit is contained in:
Karolina Rakoczy 2021-02-18 16:33:24 +01:00
parent 35857cf717
commit 535c8d8618

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