diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c58f8ab5..bc71019d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,6 +1,7 @@ name: CI - Pull Request on: - pull_request_target: + # pull_request_target: + pull_request: # Pull Request Runs on the same branch will be cancelled concurrency: @@ -21,7 +22,7 @@ jobs: with: cache: true - run: dart run build_runner build --delete-conflicting-outputs - - uses: ZebraDevs/flutter-code-quality@main + - uses: ZebraDevs/flutter-code-quality@fix/testFailedComment with: token: ${{secrets.GITHUB_TOKEN}} coverage-pass-score: '90'