diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index ef56e92..62f63dd 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -10,8 +10,8 @@ name: Sync from tflite-micro # Controls when the workflow will run on: - schedule: - - cron: '0 11 * * *' + #schedule: + # - cron: '0 11 * * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: {}