File tree Expand file tree Collapse file tree 4 files changed +76
-4
lines changed Expand file tree Collapse file tree 4 files changed +76
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : brew
3
3
4
- on : [push, pull_request] # yamllint disable-line rule:truthy
4
+ on : # yamllint disable-line rule:truthy
5
+ push :
6
+ paths :
7
+ - ' proxy/**'
8
+ - ' tests/**'
9
+ - ' examples/**'
10
+ - ' requirements*'
11
+ - ' setup.cfg'
12
+ - ' version-check.py'
13
+ - ' MANIFEST.in'
14
+ - ' .github/workflows/test-brew.yml'
15
+ - ' helper/homebrew/**'
16
+ pull_request :
17
+ paths :
18
+ - ' proxy/**'
19
+ - ' tests/**'
20
+ - ' examples/**'
21
+ - ' requirements*'
22
+ - ' setup.cfg'
23
+ - ' version-check.py'
24
+ - ' MANIFEST.in'
25
+ - ' .github/workflows/test-brew.yml'
26
+ - ' helper/homebrew/**'
5
27
6
28
jobs :
7
29
build :
Original file line number Diff line number Diff line change 1
1
---
2
2
name : dashboard
3
3
4
- on : [push, pull_request] # yamllint disable-line rule:truthy
4
+ on : # yamllint disable-line rule:truthy
5
+ push :
6
+ paths :
7
+ - ' dashboard/**'
8
+ - ' .github/workflows/test-dashboard.yml'
9
+ pull_request :
10
+ paths :
11
+ - ' dashboard/**'
12
+ - ' .github/workflows/test-dashboard.yml'
5
13
6
14
jobs :
7
15
build :
Original file line number Diff line number Diff line change 1
1
---
2
2
name : docker
3
3
4
- on : [push, pull_request] # yamllint disable-line rule:truthy
4
+ on : # yamllint disable-line rule:truthy
5
+ push :
6
+ paths :
7
+ - ' proxy/**'
8
+ - ' tests/**'
9
+ - ' examples/**'
10
+ - ' requirements*'
11
+ - ' setup.cfg'
12
+ - ' version-check.py'
13
+ - ' MANIFEST.in'
14
+ - ' .github/workflows/test-docker.yml'
15
+ - ' Dockerfile'
16
+ pull_request :
17
+ paths :
18
+ - ' proxy/**'
19
+ - ' tests/**'
20
+ - ' examples/**'
21
+ - ' requirements*'
22
+ - ' setup.cfg'
23
+ - ' version-check.py'
24
+ - ' MANIFEST.in'
25
+ - ' .github/workflows/test-docker.yml'
26
+ - ' Dockerfile'
5
27
6
28
jobs :
7
29
build :
Original file line number Diff line number Diff line change 1
1
---
2
2
name : lib
3
3
4
- on : [push, pull_request] # yamllint disable-line rule:truthy
4
+ on : # yamllint disable-line rule:truthy
5
+ push :
6
+ paths :
7
+ - ' proxy/**'
8
+ - ' tests/**'
9
+ - ' examples/**'
10
+ - ' requirements*'
11
+ - ' setup.cfg'
12
+ - ' version-check.py'
13
+ - ' MANIFEST.in'
14
+ - ' .github/workflows/test-library.yml'
15
+ pull_request :
16
+ paths :
17
+ - ' proxy/**'
18
+ - ' tests/**'
19
+ - ' examples/**'
20
+ - ' requirements*'
21
+ - ' setup.cfg'
22
+ - ' version-check.py'
23
+ - ' MANIFEST.in'
24
+ - ' .github/workflows/test-library.yml'
5
25
6
26
concurrency :
7
27
group : >-
You can’t perform that action at this time.
0 commit comments