diff --git a/.github/workflows/update-gpuci.yaml b/.github/workflows/update-gpuci.yaml index d88ae20be1..91a27ec53f 100644 --- a/.github/workflows/update-gpuci.yaml +++ b/.github/workflows/update-gpuci.yaml @@ -1,8 +1,10 @@ name: Check for gpuCI updates on: - schedule: - - cron: "0 0 * * *" # Daily “At 00:00” UTC + # Disabling scheduled runs until gpuCI is back online. + # See https://github.com/dask/community/issues/404 + # schedule: + # - cron: "0 0 * * *" # Daily “At 00:00” UTC workflow_dispatch: jobs: