Skip to content

Commit

Permalink
Temporarily disable gpuCI update CI job (#8945)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau authored Nov 20, 2024
1 parent 750cb91 commit af77cfc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/update-gpuci.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit af77cfc

Please sign in to comment.