Skip to content

Commit 1b28623

Browse files
Deep Vijay PoharkarDeep Vijay Poharkar
Deep Vijay Poharkar
authored and
Deep Vijay Poharkar
committed
removed from typesense and algolia
1 parent 4c0b9d8 commit 1b28623

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.github/workflows/Algolia-crawler-stage.yml

-11
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,6 @@ on:
1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414
jobs:
1515
# This workflow contains a single job called "build"
16-
sonarqube-analysis:
17-
runs-on: ubuntu-latest
18-
steps:
19-
- name: Checkout repo
20-
uses: actions/checkout@v2
21-
22-
- name: SonarQube Analysis
23-
uses: SonarSource/sonarqube-scan-action@master
24-
env:
25-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
26-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
2716
build:
2817
# The type of runner that the job will run on
2918
runs-on: ubuntu-latest

.github/workflows/typesense-crawler-stage.yml

-11
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,6 @@ on:
77
- stage
88

99
jobs:
10-
sonarqube-analysis:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- name: Checkout repo
14-
uses: actions/checkout@v2
15-
16-
- name: SonarQube Analysis
17-
uses: SonarSource/sonarqube-scan-action@master
18-
env:
19-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
20-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
2110
build:
2211
# The type of runner that the job will run on
2312
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)