Skip to content

Commit

Permalink
test action change
Browse files Browse the repository at this point in the history
  • Loading branch information
thelukewalton committed Jul 23, 2024
1 parent abf6529 commit e69e71c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -21,7 +22,7 @@ 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@fix/covDirectory
with:
token: ${{secrets.GITHUB_TOKEN}}

Expand Down

0 comments on commit e69e71c

Please sign in to comment.