Skip to content

Commit 88a3900

Browse files
authored
[skip changelog] Add workflow and repo dispatch triggers to stats collection workflows (#1463)
1 parent ed394ee commit 88a3900

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .github/workflows/arduino-stats.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
schedule:
55
# run every day at 12:30:00
66
- cron: "30 12 * * *"
7+
workflow_dispatch:
8+
repository_dispatch:
79

810
jobs:
911
push-stats:

Diff for: .github/workflows/github-stats.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
schedule:
55
# run every 30 minutes
66
- cron: "*/30 * * * *"
7+
workflow_dispatch:
8+
repository_dispatch:
79

810
jobs:
911
push-stats:

0 commit comments

Comments
 (0)