Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 76052fc

Browse files
authored
Disable daily sync and CI runs (#187)
1 parent bd7e861 commit 76052fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ on:
1515
branches:
1616
- main
1717

18-
schedule:
18+
# schedule:
1919
# 10am UTC is 3am or 4am PT depending on daylight savings.
20-
- cron: '0 10 * * *'
20+
# - cron: '0 10 * * *'
2121

2222
# Allow manually triggering of the workflow.
2323
workflow_dispatch: {}

.github/workflows/sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
name: (Arduino) Sync from tflite-micro
99

1010
on:
11-
schedule:
11+
# schedule:
1212
# 10am UTC is 3am or 4am PT depending on daylight savings.
13-
- cron: '0 10 * * *'
13+
# - cron: '0 10 * * *'
1414

1515
# Allow manually triggering of the workflow.
1616
workflow_dispatch: {}

0 commit comments

Comments
 (0)