We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b842f commit cb750d6Copy full SHA for cb750d6
.github/workflows/analyze.yml
@@ -24,10 +24,7 @@ jobs:
24
access_token: ${{ github.token }}
25
26
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 }}
+ if: ${{ !startsWith(github.ref, 'refs/heads/release/') }}
31
runs-on: ubuntu-latest
32
timeout-minutes: 20
33
defaults:
0 commit comments