We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d67ba commit 6e3fe0cCopy full SHA for 6e3fe0c
1 file changed
.github/workflows/pr-deploy-and-test.yml
@@ -10,10 +10,9 @@ concurrency:
10
11
jobs:
12
run-quality-checks:
13
- runs-on: ubuntu-latest
14
- # uses: ./.github/workflows/quality-checks.yml
15
- # secrets:
16
- # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ uses: ./.github/workflows/quality-checks.yml
+ secrets:
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
17
18
detect-recordprocessor-changes:
19
runs-on: ubuntu-latest
0 commit comments