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 7f8cadd commit 9c3fc4cCopy full SHA for 9c3fc4c
.github/workflows/ffi.yaml
@@ -3,9 +3,15 @@ name: Dart CI
3
on:
4
# Run on PRs and pushes to the default branch.
5
push:
6
- branches: [ main ]
+ branches: [main]
7
+ paths:
8
+ - '.github/workflows/ffi.yaml'
9
+ - 'pkgs/ffi/**'
10
pull_request:
11
12
13
14
15
schedule:
16
- cron: "0 0 * * 0"
17
@@ -17,6 +23,9 @@ jobs:
23
# against Dart dev.
18
24
analyze:
19
25
runs-on: ubuntu-latest
26
+ defaults:
27
+ run:
28
+ working-directory: pkgs/ffi/
20
29
strategy:
21
30
fail-fast: false
22
31
matrix:
@@ -42,6 +51,9 @@ jobs:
42
51
test:
43
52
needs: analyze
44
53
runs-on: ${{ matrix.os }}
54
55
56
45
57
46
58
47
59
0 commit comments