Skip to content

Commit

Permalink
trigger it weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Jan 4, 2025
1 parent ac0edb5 commit 43ca4d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-tensorrt-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ 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: '*/5 * * * *' # Runs every 5 minutes
- cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)

permissions:
id-token: write
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build-test-tensorrt-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ 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
- cron: '0 0 * * 0' # Runs at 00:00 UTC every Sunday (minute hour day-of-month month-of-year day-of-week)

permissions:
id-token: write
Expand Down Expand Up @@ -38,6 +37,8 @@ jobs:
id: generate
run: |
set -eou pipefail
python -m pip install --upgrade pip
pip install requests
MATRIX_BLOB=${{ toJSON(needs.generate-matrix.outputs.matrix) }}
MATRIX_BLOB="$(python3 .github/scripts/generate-tensorrt-test-matrix.py --matrix "${MATRIX_BLOB}")"
echo "${MATRIX_BLOB}"
Expand Down

0 comments on commit 43ca4d7

Please sign in to comment.