Skip to content

Commit

Permalink
Disable scheduled publish
Browse files Browse the repository at this point in the history
This kept breaking due to rate limits.
  • Loading branch information
simonw authored Jan 15, 2024
1 parent 91188c5 commit eaef8ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build and deploy demo

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'

jobs:
scheduled:
Expand Down

0 comments on commit eaef8ff

Please sign in to comment.