Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ documentation:
- 'docs/**'
- README.md

# Automatically bypass most CI for doc-only changes
control/skip-ci:
- changed-files:
- any-glob-to-all-files:
- 'docs/**'
- README.md

area/install:
- changed-files:
- any-glob-to-any-file:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ concurrency:

jobs:
tests:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
runs-on: ubuntu-latest
container: quay.io/coreos-assembler/fcos-buildroot:testing-devel
steps:
Expand All @@ -43,7 +42,6 @@ jobs:
- name: Clippy (gate on correctness and suspicous)
run: make validate-rust
fedora-container-tests:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
runs-on: ubuntu-24.04
steps:
- name: Get a newer podman for heredoc support (from debian testing)
Expand All @@ -58,7 +56,6 @@ jobs:
- name: Build and run container integration tests
run: sudo just run-container-integration run-container-external-tests
container-continuous:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
runs-on: ubuntu-24.04
steps:
- name: Get a newer podman for heredoc support (from debian testing)
Expand All @@ -81,7 +78,6 @@ jobs:
log-level: warn
command: check -A duplicate bans sources licenses
install-tests:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'control/skip-ci') }}
name: "Test install"
# For a not-ancient podman
runs-on: ubuntu-24.04
Expand Down
Loading