From 542f62d801ac8f9fb076a719658104bf362d95a7 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 18 Sep 2025 21:45:41 +0200 Subject: [PATCH] ci: Drop control/skip-ci This burned us recently. Since our man pages are input to the build, we can't really skip CI for them. Signed-off-by: Colin Walters --- .github/labeler.yml | 7 ------- .github/workflows/ci.yml | 4 ---- 2 files changed, 11 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3b838a759..54bf77be4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f3ece383..4d19be446 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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) @@ -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) @@ -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