We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7e861 commit 76052fcCopy full SHA for 76052fc
.github/workflows/ci.yml
@@ -15,9 +15,9 @@ on:
15
branches:
16
- main
17
18
- schedule:
+# schedule:
19
# 10am UTC is 3am or 4am PT depending on daylight savings.
20
- - cron: '0 10 * * *'
+# - cron: '0 10 * * *'
21
22
# Allow manually triggering of the workflow.
23
workflow_dispatch: {}
.github/workflows/sync.yml
@@ -8,9 +8,9 @@
8
name: (Arduino) Sync from tflite-micro
9
10
on:
11
12
13
14
0 commit comments