Skip to content

Commit 4c0b9d8

Browse files
Deep Vijay PoharkarDeep Vijay Poharkar
authored andcommitted
removed build constraint
1 parent 995e24c commit 4c0b9d8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
build:
2828
# The type of runner that the job will run on
2929
runs-on: ubuntu-latest
30-
needs: sonarqube-analysis
3130
environment: stage
3231
# Steps represent a sequence of tasks that will be executed as part of the job
3332
steps:

.github/workflows/pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
2222
build-and-deploy:
2323
runs-on: ubuntu-20.04
24-
needs: sonarqube-analysis
2524
env:
2625
CI: true
2726
NODE_ENV: stage

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
build:
2222
# The type of runner that the job will run on
2323
runs-on: ubuntu-latest
24-
needs: sonarqube-analysis
2524
# environment: stage
2625
steps:
2726
- name: Checkout Repository

0 commit comments

Comments
 (0)