From b80295c0d5807e0ce3974126c11bb42b4a2154db Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 22 Jul 2024 11:56:24 +0100 Subject: [PATCH] test commit --- .github/workflows/pull-request.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a6133df8..5d622510 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: # Pull Request Runs on the same branch will be cancelled concurrency: @@ -21,7 +22,8 @@ jobs: with: cache: true - run: dart run build_runner build --delete-conflicting-outputs - - uses: ZebraDevs/flutter-code-quality@v1.0.6 + - uses: ZebraDevs/flutter-code-quality@UX-1139 + # - uses: ZebraDevs/flutter-code-quality@v1.0.6 with: token: ${{secrets.GITHUB_TOKEN}}