We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8ff28 commit 31eb9b9Copy full SHA for 31eb9b9
1 file changed
.github/workflows/e2e.yml
@@ -24,6 +24,7 @@ jobs:
24
e2e-wholesale:
25
name: e2e (wholesale)
26
runs-on: ubuntu-latest
27
+ if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
28
steps:
29
- uses: actions/checkout@v4
30
with:
0 commit comments