Skip to content

Commit

Permalink
remove on push event
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-mitra committed Dec 8, 2023
1 parent 5565a4e commit df60b82
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/prepare-search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,13 @@ on:
description: 'Dispatch Name'
required: false
default: '<anything to note down>'

push:
branches:
- "feat/prepare-search"


jobs:
algolia_index:
runs-on: ubuntu-latest

# if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}

steps:
- name: Checkout
Expand Down

0 comments on commit df60b82

Please sign in to comment.