Skip to content

Commit

Permalink
chore(ci): enable cron trigger for spell-check-all (autowarefoundatio…
Browse files Browse the repository at this point in the history
…n#5759)

Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
  • Loading branch information
HansRobo authored Dec 4, 2023
1 parent 9ff2cd5 commit 887446f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/spell-check-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: spell-check-all

on:
workflow_dispatch:
schedule:
- cron: 0 0 * * *

jobs:
spell-check-all:
Expand Down

0 comments on commit 887446f

Please sign in to comment.