Skip to content

Commit

Permalink
fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Dec 16, 2024
1 parent 1e36b8f commit a47fa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
name: Update the docs search index

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * *" # Every day at 3AM

Check warning on line 6 in .github/workflows/update-search.yml

View workflow job for this annotation

GitHub Actions / check-yaml

6:25 [comments] too few spaces before comment
workflow_dispatch:

jobs:
update-search-index:
Expand Down

0 comments on commit a47fa53

Please sign in to comment.