Skip to content

Commit

Permalink
test trigger it every 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Jan 4, 2025
1 parent 3a51335 commit ac0edb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-tensorrt-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Build and Test Torch-TensorRT on Linux with Future TensorRT Versions
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)
# - cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)
- cron: '*/5 * * * *' # Runs every 5 minutes

permissions:
id-token: write
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-test-tensorrt-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build and Test Torch-TensorRT on Windows with Future TensorRT Versions

on:
workflow_dispatch:
schedule:
# - cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)
- cron: '*/5 * * * *' # Runs every 5 minutes

permissions:
id-token: write
Expand Down

0 comments on commit ac0edb5

Please sign in to comment.