Skip to content

Commit 4bc75aa

Browse files
authored
Update build-push-notebooks.yaml
Doing this daily means that mybinder needs to rebuild the image every day. Commenting this out for now.
1 parent c004193 commit 4bc75aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push-notebooks.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Building latest jupyter Notebooks and push to master+ipynb
22

33
on:
4-
schedule:
4+
#schedule:
55
# Trigger 5:30 UTC
6-
- cron: '30 5 * * *'
6+
# - cron: '30 5 * * *'
77
push:
88
branches: [ master, merge-workflows ]
99
workflow_dispatch:

0 commit comments

Comments
 (0)