Skip to content

Commit

Permalink
Update build-push-notebooks.yaml
Browse files Browse the repository at this point in the history
Doing this daily means that mybinder needs to rebuild the image every day. Commenting this out for now.
  • Loading branch information
poshul authored Nov 1, 2023
1 parent c004193 commit 4bc75aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-notebooks.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Building latest jupyter Notebooks and push to master+ipynb

on:
schedule:
#schedule:
# Trigger 5:30 UTC
- cron: '30 5 * * *'
# - cron: '30 5 * * *'
push:
branches: [ master, merge-workflows ]
workflow_dispatch:
Expand Down

0 comments on commit 4bc75aa

Please sign in to comment.