Skip to content

Commit 7af91c6

Browse files
authored
Updated platformio-ci.yml to reduce CI/CD schedule to once (1) a day
this is just better
1 parent ce2cb63 commit 7af91c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/platformio-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88
workflow_dispatch:
99
schedule:
10-
- cron: '*/30 * * * *'
10+
- cron: '0 0 * * *'
1111

1212
jobs:
1313
build:

0 commit comments

Comments
 (0)