Skip to content

Commit a212f0a

Browse files
authored
Wireless performance testing: once per week is enough (#51)
1 parent e1b9263 commit a212f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wireless-performance-autotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "WiFi performance test"
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '0 8 * * *'
5+
- cron: '0 0 * * SAT'
66

77
permissions:
88
contents: write

0 commit comments

Comments
 (0)