Skip to content

Commit 31eb9b9

Browse files
committed
fix: skip wholesale e2e test for pr
1 parent 8b8ff28 commit 31eb9b9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
e2e-wholesale:
2525
name: e2e (wholesale)
2626
runs-on: ubuntu-latest
27+
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
2728
steps:
2829
- uses: actions/checkout@v4
2930
with:

0 commit comments

Comments
 (0)