Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit f1fb528

Browse files
authored
Merge pull request #646 from bbrowning/re-enable-e2e-small
Re-enable e2e small tests in CI
2 parents 3703646 + ddb2004 commit f1fb528

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/e2e-nvidia-t4-x1.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ name: E2E (NVIDIA Tesla T4 x1)
55
on:
66
# run against every merge commit to 'main' and release branches
77
workflow_dispatch:
8-
# push:
9-
# branches:
10-
# - main
11-
# - release-*
12-
# # only run on PRs that touch certain regex paths
13-
# pull_request_target:
14-
# branches:
15-
# - main
16-
# - release-*
17-
# paths:
18-
# # note this should match the merging criteria in 'mergify.yml'
19-
# - "**.py"
20-
# - "pyproject.toml"
21-
# - "requirements**.txt"
22-
# - ".github/workflows/e2e-nvidia-t4-x1.yml" # This workflow
8+
push:
9+
branches:
10+
- main
11+
- release-*
12+
# only run on PRs that touch certain regex paths
13+
pull_request_target:
14+
branches:
15+
- main
16+
- release-*
17+
paths:
18+
# note this should match the merging criteria in 'mergify.yml'
19+
- "**.py"
20+
- "pyproject.toml"
21+
- "requirements**.txt"
22+
- ".github/workflows/e2e-nvidia-t4-x1.yml" # This workflow
2323

2424
concurrency:
2525
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)