We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1b7d2 commit 2732bc4Copy full SHA for 2732bc4
.github/workflows/linux-release.yml
@@ -54,6 +54,7 @@ jobs:
54
include:
55
- repository: pytorch/tensorrt
56
- package-name: torch_tensorrt
57
+ - pre-script: packaging/pre_build_script.sh
58
uses: ./.github/workflows/linux-release-artifacts.yml
59
if: ${{ contains(github.event.pull_request.labels.*.name, 'build-release-artifacts') }}
60
with:
0 commit comments