Skip to content

Commit

Permalink
Update search workflow to trigger on push to this branch and add a st…
Browse files Browse the repository at this point in the history
…ep to install homebrew
  • Loading branch information
mokaymokay committed Nov 14, 2024
1 parent 9b2b4ea commit ae7aa0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ name: Algolia Search
on:
schedule:
- cron: '0 10 * * *'
# TODO: Remove trigger from push event when search index scraper is fixed
push:
branches:
- '7-fix-search'

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Homebrew
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Run Scraper
run: |
brew install jq
Expand Down

0 comments on commit ae7aa0b

Please sign in to comment.