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 6f93ebd commit 7baa8bfCopy full SHA for 7baa8bf
.github/workflows/platformio-ci.yml
@@ -7,7 +7,7 @@ on:
7
branches: [main]
8
workflow_dispatch:
9
schedule:
10
- - cron: '0 0,12 * * *' # Runs at 00:00 and 12:00 UTC every day
+ - cron: '*/30 * * * *'
11
12
jobs:
13
build:
0 commit comments