Skip to content

Commit 3398ecf

Browse files
Deep Vijay PoharkarDeep Vijay Poharkar
authored andcommitted
removed build constraint
1 parent aa82167 commit 3398ecf

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
2626
build:
2727
runs-on: ubuntu-latest
28-
needs: sonarqube-analysis
2928
env:
3029
LT_USERNAME: ${{ secrets.LT_USERNAME }}
3130
LT_ACCESS_KEY: ${{ secrets.LT_ACCESS_KEY }}

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,9 @@ on:
55
types: [published]
66

77
jobs:
8-
sonarqube-analysis:
9-
runs-on: ubuntu-latest
10-
steps:
11-
- name: Checkout repo
12-
uses: actions/checkout@v2
13-
14-
- name: SonarQube Analysis
15-
uses: SonarSource/sonarqube-scan-action@master
16-
env:
17-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
18-
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
198
build:
209
if: startsWith(github.ref, 'refs/tags/prod-')
2110
runs-on: ubuntu-latest
22-
needs: sonarqube-analysis
2311
steps:
2412
- uses: actions/checkout@v2
2513
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)