Skip to content

Commit

Permalink
add run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
reigj1 committed Dec 4, 2024
1 parent 50e4c4b commit d9490b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-search.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Update search index
on:
push:
# run every 24 hours
schedule:
- cron: "0 0 * * *"
Expand All @@ -10,6 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: git submodule update --init
- working-directory: search
run: |
cargo run --release --bin search-cli -- --help
- run: exit 1

- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit d9490b3

Please sign in to comment.