Skip to content

Commit

Permalink
ci(flutter): Only check formatting on latest stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys authored and dnys1 committed Aug 17, 2023
1 parent 5cd80b2 commit b239ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_vm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: aft bootstrap --fail-fast --include=${{ inputs.package-name }} --verbose

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

Expand Down

0 comments on commit b239ace

Please sign in to comment.