Skip to content

Commit c393404

Browse files
authored
update sync.yml
disable daily schedule
1 parent 7e68f04 commit c393404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ name: Sync from tflite-micro
1010
# Controls when the workflow will run
1111

1212
on:
13-
schedule:
14-
- cron: '0 11 * * *'
13+
#schedule:
14+
# - cron: '0 11 * * *'
1515

1616
# Allows you to run this workflow manually from the Actions tab
1717
workflow_dispatch: {}

0 commit comments

Comments
 (0)