Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
revert test workflow back to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
angelinekwan committed Aug 1, 2023
1 parent 8268bc7 commit 0f1958d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/index-devportal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Index devportal pages

on:
push:
branches: [ search-index-to-algolia ]
branches: [ main ]

jobs:
build:
Expand All @@ -19,11 +19,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
# - name: Index pages to OpenSearch
# run: |
# make index-devportal
# env:
# ES_URL: ${{ secrets.ES_URL }}
- name: Index pages to OpenSearch
run: |
make index-devportal
env:
ES_URL: ${{ secrets.ES_URL }}
- name: Index pages to Algolia for aiven.io search
run: |
make index-algolia
Expand Down

0 comments on commit 0f1958d

Please sign in to comment.