Skip to content

Commit f37cf3f

Browse files
committed
trigger it weekly
1 parent ac0edb5 commit f37cf3f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

+1-2
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

+1-2
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

0 commit comments

Comments
 (0)