Skip to content

Commit f3c7d8c

Browse files
committed
test
1 parent 6018cb4 commit f3c7d8c

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.github/workflows/build-test-tensorrt-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Build and Test Torch-TensorRT on Linux with Future TensorRT Versions
22

33
on:
4-
pull_request:
54
workflow_dispatch:
65

76
permissions:

.github/workflows/docker_builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- nightly
99
- release/*
10+
workflow_dispatch:
1011

1112
# If pushes to main are made in rapid succession,
1213
# cancel existing docker builds and use newer commits

.github/workflows/release-linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Release Linux wheels and tarball artifacts
22

33
on:
4-
pull_request:
54
push:
65
tags:
76
# NOTE: Binary build pipelines should only get triggered on release candidate builds

0 commit comments

Comments
 (0)