diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 9a21c38..0ba7c14 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -5,12 +5,12 @@ on: branches: [main] jobs: - # quality_checks: - # uses: ./.github/workflows/quality_checks.yml - # with: - # BRANCH_NAME: ${{ github.event.pull_request.head.ref }} - # secrets: - # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + quality_checks: + uses: ./.github/workflows/quality_checks.yml + with: + BRANCH_NAME: ${{ github.event.pull_request.head.ref }} + secrets: + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} pr_title_format_check: runs-on: ubuntu-latest