Skip to content

Commit 12efbe6

Browse files
authored
Disable cron scheduling for now (#7555)
1 parent bb8aa0f commit 12efbe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upgrade-jupyterlab-dependencies.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Check for latest JupyterLab releases
22

33
on:
4-
schedule:
5-
- cron: 30 17 * * *
4+
# schedule:
5+
# - cron: 30 17 * * *
66
workflow_dispatch:
77
inputs:
88
version:

0 commit comments

Comments
 (0)