diff --git a/.github/workflows/v2-nightly.yml b/.github/workflows/v2-nightly.yml index 9833245cca..aacd0bee72 100644 --- a/.github/workflows/v2-nightly.yml +++ b/.github/workflows/v2-nightly.yml @@ -1,8 +1,12 @@ -name: TorchBench V2 nightly +# Note that this workflow is currently broken since it relies on non-existent runners +# Leaving the code around since we'd like to fix it up one day, but it's low pri + + +name: ~DISABLED~ TorchBench V2 nightly on: workflow_dispatch: - schedule: - - cron: '0 14 * * *' # run at 2 PM UTC + #schedule: + # - cron: '0 14 * * *' # run at 2 PM UTC jobs: run-benchmark: diff --git a/.github/workflows/v3-nightly.yml b/.github/workflows/v3-nightly.yml index 66ffd0b9ee..0a0e0bd89e 100644 --- a/.github/workflows/v3-nightly.yml +++ b/.github/workflows/v3-nightly.yml @@ -1,8 +1,11 @@ -name: TorchBench V3 nightly (A100) +# Note that this workflow is currently broken since it relies on non-existent runners +# Leaving the code around since we'd like to fix it up one day, but it's low pri + +name: ~DISABLED~ TorchBench V3 nightly (A100) on: workflow_dispatch: - schedule: - - cron: '00 18 * * *' # run at 6:00 PM UTC, K8s containers will roll out at 12PM EST + #schedule: + # - cron: '00 18 * * *' # run at 6:00 PM UTC, K8s containers will roll out at 12PM EST jobs: run-benchmark: