We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c004193 commit 4bc75aaCopy full SHA for 4bc75aa
.github/workflows/build-push-notebooks.yaml
@@ -1,9 +1,9 @@
1
name: Building latest jupyter Notebooks and push to master+ipynb
2
3
on:
4
- schedule:
+ #schedule:
5
# Trigger 5:30 UTC
6
- - cron: '30 5 * * *'
+ # - cron: '30 5 * * *'
7
push:
8
branches: [ master, merge-workflows ]
9
workflow_dispatch:
0 commit comments