Skip to content

Commit cb750d6

Browse files
committed
fix
1 parent d2b842f commit cb750d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
access_token: ${{ github.token }}
2525

2626
analyze:
27-
# `invertase/github-action-dart-analyzer` is using `flutter pub upgrade` instead of `get`,
28-
# which ignores pubspec.yaml `dependency_overrides`. Because of that, all `release/*` branches are failing,
29-
# because the package cannot find the "about to be released" version of our sentry-dart package that it depends on.
30-
if: ${{ !startsWith(github.ref, 'refs/heads/release/') && inputs.panaThreshold > 0 }}
27+
if: ${{ !startsWith(github.ref, 'refs/heads/release/') }}
3128
runs-on: ubuntu-latest
3229
timeout-minutes: 20
3330
defaults:

0 commit comments

Comments
 (0)