Skip to content

Commit

Permalink
test with v3 checkout]
Browse files Browse the repository at this point in the history
  • Loading branch information
JKarlavige committed Nov 1, 2023
1 parent dab54f6 commit e79f516
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ name: Algolia Crawler
on:
# Uncomment push to current branch trigger
# if running on each merge to current
# push:
# branches: [ current ]
push:
branches: [ automate-crawler ]
pull_request:
types:
# - closed
- edited

jobs:
algolia_recrawl:
# Comment out this if check if running on every merge to current branch
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 e79f516

Please sign in to comment.