Skip to content

Commit 864de5b

Browse files
authored
[None][infra] Set the label community action to only run on upstream TRTLLM (#5806)
Signed-off-by: Po-Wei Wang (Vincent) <poweiw@nvidia.com>
1 parent dee6644 commit 864de5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/label_community_pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
label_pr:
1616
runs-on: ubuntu-latest
17+
if: github.repository == 'NVIDIA/TensorRT-LLM'
1718
steps:
1819
- name: Checkout repository
1920
uses: actions/checkout@v3

0 commit comments

Comments
 (0)