Skip to content

Commit c31a375

Browse files
authored
Merge branch 'umbrella/melos' into chore/melos/sqflite
2 parents 78247fc + 3c34547 commit c31a375

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/drift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
os: [ ubuntu, macos, windows ]
34+
os: [ubuntu, macos, windows]
3535
sdk: [stable, beta]
3636

3737
steps:
3838
- uses: actions/checkout@v4
3939

40-
- name: Install libsqlite3 (Linux)
40+
- name: Install libsqlite3 (Ubuntu)
4141
if: matrix.os == 'ubuntu'
4242
run: sudo apt-get -y install libsqlite3-dev
4343

.github/workflows/file.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ on:
1313
- '.github/actions/dart-test/**'
1414
- '.github/actions/coverage/**'
1515
- 'packages/dart/**'
16-
- 'packages/flutter/**'
1716
- 'packages/file/**'
1817

1918
jobs:

0 commit comments

Comments
 (0)