Skip to content

Commit 65b2518

Browse files
committed
test PR for fork
1 parent 775c02b commit 65b2518

2 files changed

Lines changed: 475 additions & 0 deletions

File tree

.github/workflows/e2e-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ on:
3636
- 'test_data/sdk_compiled_pipelines/**'
3737
- '!**/*.md'
3838
- '!**/OWNERS'
39+
# Keep proposal docs changes eligible for E2E dummy/validation PRs.
40+
- 'proposals/**'
3941

4042

4143
workflow_dispatch:
@@ -65,6 +67,7 @@ jobs:
6567
uses: ./.github/workflows/image-builds.yml
6668

6769
end-to-end-scenario-tests:
70+
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
6871
runs-on: ubuntu-latest
6972
needs: build
7073
strategy:
@@ -213,6 +216,7 @@ jobs:
213216
deployment_mode: ${{ steps.deploy.outputs.deployment_mode }}
214217

215218
end-to-end-critical-scenario-multi-user-tests:
219+
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
216220
runs-on: ubuntu-latest
217221
needs: build
218222
strategy:

0 commit comments

Comments
 (0)