Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JKarlavige committed Nov 1, 2023
1 parent 4058ea0 commit 494d0dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:

jobs:
algolia_recrawl:
if: ${{
contains(github.event.pull_request.labels.*.name, 'trigger-crawl') &&
github.event.pull_request.merged == false
}}
if: ${{ contains(github.event.pull_request.labels.*.name, 'trigger-crawl') && github.event.pull_request.merged == false }}
name: Trigger Algolia Crawl
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 494d0dd

Please sign in to comment.