We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3fe0c commit 4ab3b63Copy full SHA for 4ab3b63
1 file changed
.github/workflows/pr-deploy-and-test.yml
@@ -9,10 +9,10 @@ concurrency:
9
cancel-in-progress: true
10
11
jobs:
12
- run-quality-checks:
13
- uses: ./.github/workflows/quality-checks.yml
14
- secrets:
15
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ # run-quality-checks:
+ # uses: ./.github/workflows/quality-checks.yml
+ # secrets:
+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
16
17
detect-recordprocessor-changes:
18
runs-on: ubuntu-latest
@@ -37,7 +37,7 @@ jobs:
37
fi
38
39
deploy-pr-backend:
40
- needs: [run-quality-checks, detect-recordprocessor-changes]
+ needs: [detect-recordprocessor-changes]
41
if: ${{ always() && !failure() && !cancelled() }}
42
uses: ./.github/workflows/deploy-backend.yml
43
with:
0 commit comments