File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,6 @@ name: CI Linux incremental
17
17
18
18
on :
19
19
pull_request :
20
- types :
21
- # Defaults
22
- - opened
23
- - synchronize
24
- - reopened
25
- # When a CI label is added
26
- - labeled
27
20
paths :
28
21
- ' build/pkgs/**'
29
22
- ' pkgs/**'
81
74
82
75
test :
83
76
needs : [changed_files]
84
- if : |
85
- github.event_name != 'pull_request' ||
86
- ((github.event.action != 'labeled' &&
87
- (contains(github.event.pull_request.labels.*.name, 'c: packages: standard') ||
88
- contains(github.event.pull_request.labels.*.name, 'c: packages: optional'))) ||
89
- (github.event.action == 'labeled' &&
90
- (github.event.label.name == 'c: packages: optional' ||
91
- github.event.label.name == 'c: packages: standard')))
92
77
uses : ./.github/workflows/docker.yml
93
78
with :
94
79
# Build incrementally from published Docker image
You can’t perform that action at this time.
0 commit comments