Skip to content

Commit f8c210d

Browse files
authored
Merge pull request #189 from mcgill-robotics/asiancooki-patch-1
Updated platformio-ci.yml to reduce CI/CD schedule to once (1) a day
2 parents ce2cb63 + 7af91c6 commit f8c210d

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)