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 745dc83 commit 63bb9b3Copy full SHA for 63bb9b3
.github/workflows/smoke_compat.yml
@@ -6,6 +6,8 @@ on:
6
- main
7
pull_request:
8
types: [opened, synchronize, reopened, labeled]
9
+ schedule:
10
+ - cron: '0 0 * * *' # Once per day at midnight
11
12
jobs:
13
wifi_remote_api_compat:
0 commit comments