File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ pull_request_rules:
2828 # e2e workflow
2929 - or :
3030 - and :
31+ # note this should match the triggering criteria in 'e2e-nvidia-t4-x1.yml'
3132 - check-success=e2e-workflow-complete
3233 - or :
3334 - files~=\.py$
Original file line number Diff line number Diff line change 33name : E2E (NVIDIA Tesla T4 x1)
44
55on :
6+ # run against every merge commit to 'main' and release branches
67 push :
78 branches :
89 - main
910 - release-*
11+ # only run on PRs that touch certain regex paths
1012 pull_request_target :
1113 types :
1214 - opened
1517 branches :
1618 - main
1719 - release-*
20+ paths :
21+ # note this should match the merging criteria in 'mergify.yml'
22+ - ' **.py'
23+ - ' pyproject.toml'
24+ - ' requirements**.txt'
25+ - ' .github/workflows/e2e-nvidia-t4-x1.yml' # This workflow
1826
1927concurrency :
2028 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments