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 ed394ee commit 88a3900Copy full SHA for 88a3900
.github/workflows/arduino-stats.yaml
@@ -4,6 +4,8 @@ on:
4
schedule:
5
# run every day at 12:30:00
6
- cron: "30 12 * * *"
7
+ workflow_dispatch:
8
+ repository_dispatch:
9
10
jobs:
11
push-stats:
.github/workflows/github-stats.yaml
# run every 30 minutes
- cron: "*/30 * * * *"
0 commit comments