Skip to content

Commit a7220fe

Browse files
authored
if: ${{ matrix.channel == 'stable' }}
1 parent 72cf1f1 commit a7220fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/flutter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ jobs:
3333
run: flutter packages get
3434

3535
- name: Format
36+
if: ${{ matrix.channel == 'stable' }}
3637
run: flutter format lib test --set-exit-if-changed
3738

3839
- name: Analyze
40+
if: ${{ matrix.channel == 'stable' }}
3941
run: flutter analyze lib test
4042

4143
- name: Run tests

0 commit comments

Comments
 (0)