File tree Expand file tree Collapse file tree
proposals/12147-mlmd-removal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments