Skip to content

Commit 4ab3b63

Browse files
committed
deploy test
1 parent 6e3fe0c commit 4ab3b63

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr-deploy-and-test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ concurrency:
99
cancel-in-progress: true
1010

1111
jobs:
12-
run-quality-checks:
13-
uses: ./.github/workflows/quality-checks.yml
14-
secrets:
15-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
12+
# run-quality-checks:
13+
# uses: ./.github/workflows/quality-checks.yml
14+
# secrets:
15+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1616

1717
detect-recordprocessor-changes:
1818
runs-on: ubuntu-latest
@@ -37,7 +37,7 @@ jobs:
3737
fi
3838
3939
deploy-pr-backend:
40-
needs: [run-quality-checks, detect-recordprocessor-changes]
40+
needs: [detect-recordprocessor-changes]
4141
if: ${{ always() && !failure() && !cancelled() }}
4242
uses: ./.github/workflows/deploy-backend.yml
4343
with:

0 commit comments

Comments
 (0)