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 50e54b7 commit 1e36b8f
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 @@ -4,7 +4,7 @@ name: Update the docs search index
on:
workflow_dispatch:
schedule:
- cron: "0 3 * * *" # Every day at 3AM
- cron: "0 3 * * *" # Every day at 3AM

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

View workflow job for this annotation

GitHub Actions / check-yaml

7:25 [comments] too few spaces before comment

jobs:
update-search-index:
Expand Down

0 comments on commit 1e36b8f

Please sign in to comment.