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:
44 - ' docs/**'
55 - README.md
66
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-
147area/install :
158- changed-files :
169 - any-glob-to-any-file :
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ concurrency:
1919
2020jobs :
2121 tests :
22- if : ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
2322 runs-on : ubuntu-latest
2423 container : quay.io/coreos-assembler/fcos-buildroot:testing-devel
2524 steps :
4342 - name : Clippy (gate on correctness and suspicous)
4443 run : make validate-rust
4544 fedora-container-tests :
46- if : ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
4745 runs-on : ubuntu-24.04
4846 steps :
4947 - name : Get a newer podman for heredoc support (from debian testing)
5856 - name : Build and run container integration tests
5957 run : sudo just run-container-integration run-container-external-tests
6058 container-continuous :
61- if : ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
6259 runs-on : ubuntu-24.04
6360 steps :
6461 - name : Get a newer podman for heredoc support (from debian testing)
8178 log-level : warn
8279 command : check -A duplicate bans sources licenses
8380 install-tests :
84- if : ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
8581 name : " Test install"
8682 # For a not-ancient podman
8783 runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments