Skip to content

Commit 5ea9e8d

Browse files
Dillon Nysdnys1
authored andcommitted
ci(flutter): Only check formatting on latest stable
1 parent 4ef5012 commit 5ea9e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter_vm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose
5252

5353
- name: Check Formatting
54-
if: "always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable'"
54+
if: "always() && steps.bootstrap.conclusion == 'success' && matrix.channel == 'stable' && matrix.flutter-version == 'any'"
5555
run: dart format --set-exit-if-changed .
5656
working-directory: ${{ inputs.working-directory }}
5757

0 commit comments

Comments
 (0)