Skip to content

Commit 43ca4d7

Browse files
committed
trigger it weekly
1 parent ac0edb5 commit 43ca4d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Build and Test Torch-TensorRT on Linux with Future TensorRT Versions
33
on:
44
workflow_dispatch:
55
schedule:
6-
# - cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)
7-
- cron: '*/5 * * * *' # Runs every 5 minutes
6+
- cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)
87

98
permissions:
109
id-token: write

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Build and Test Torch-TensorRT on Windows with Future TensorRT Versions
33
on:
44
workflow_dispatch:
55
schedule:
6-
# - cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)
7-
- cron: '*/5 * * * *' # Runs every 5 minutes
6+
- cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)
87

98
permissions:
109
id-token: write
@@ -38,6 +37,8 @@ jobs:
3837
id: generate
3938
run: |
4039
set -eou pipefail
40+
python -m pip install --upgrade pip
41+
pip install requests
4142
MATRIX_BLOB=${{ toJSON(needs.generate-matrix.outputs.matrix) }}
4243
MATRIX_BLOB="$(python3 .github/scripts/generate-tensorrt-test-matrix.py --matrix "${MATRIX_BLOB}")"
4344
echo "${MATRIX_BLOB}"

0 commit comments

Comments
 (0)