Skip to content

Commit 2003193

Browse files
authored
Merge pull request #1629 from cgwalters/label-doc-undo
ci: Drop control/skip-ci
2 parents a859318 + 542f62d commit 2003193

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/labeler.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
147
area/install:
158
- changed-files:
169
- any-glob-to-any-file:

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ concurrency:
1919

2020
jobs:
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:
@@ -43,7 +42,6 @@ jobs:
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)
@@ -58,7 +56,6 @@ jobs:
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)
@@ -81,7 +78,6 @@ jobs:
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

0 commit comments

Comments
 (0)