We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b045e15 commit 35d67baCopy full SHA for 35d67ba
1 file changed
.github/workflows/pr-deploy-and-test.yml
@@ -9,10 +9,11 @@ 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:
+ runs-on: ubuntu-latest
+ # uses: ./.github/workflows/quality-checks.yml
+ # secrets:
16
+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
17
18
detect-recordprocessor-changes:
19
runs-on: ubuntu-latest
0 commit comments