File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,6 @@ documentation:
4
4
- ' docs/**'
5
5
- README.md
6
6
7
- # Automatically bypass most CI for doc-only changes
8
- control/skip-ci :
9
- - changed-files :
10
- - any-glob-to-all-files :
11
- - ' docs/**'
12
- - README.md
13
-
14
7
area/install :
15
8
- changed-files :
16
9
- any-glob-to-any-file :
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ concurrency:
19
19
20
20
jobs :
21
21
tests :
22
- if : ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
23
22
runs-on : ubuntu-latest
24
23
container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
25
24
steps :
43
42
- name : Clippy (gate on correctness and suspicous)
44
43
run : make validate-rust
45
44
fedora-container-tests :
46
- if : ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
47
45
runs-on : ubuntu-24.04
48
46
steps :
49
47
- name : Get a newer podman for heredoc support (from debian testing)
58
56
- name : Build and run container integration tests
59
57
run : sudo just run-container-integration run-container-external-tests
60
58
container-continuous :
61
- if : ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
62
59
runs-on : ubuntu-24.04
63
60
steps :
64
61
- name : Get a newer podman for heredoc support (from debian testing)
81
78
log-level : warn
82
79
command : check -A duplicate bans sources licenses
83
80
install-tests :
84
- if : ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
85
81
name : " Test install"
86
82
# For a not-ancient podman
87
83
runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments