From af77cfcf804d0fe6bc8079855466a7664da572ed Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Wed, 20 Nov 2024 10:30:15 -0600 Subject: [PATCH] Temporarily disable gpuCI update CI job (#8945) --- .github/workflows/update-gpuci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-gpuci.yaml b/.github/workflows/update-gpuci.yaml index d88ae20be17..91a27ec53f0 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: