From f702a78a27cb23c26ff863507151a04ab58f6ad7 Mon Sep 17 00:00:00 2001 From: Bugs5382 Date: Thu, 4 Jun 2026 07:31:59 -0400 Subject: [PATCH] ci: skip the image build on docs and sibling-workflow edits --- .github/workflows/ci-image.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-image.yml b/.github/workflows/ci-image.yml index 814b061..f081cee 100644 --- a/.github/workflows/ci-image.yml +++ b/.github/workflows/ci-image.yml @@ -13,11 +13,15 @@ on: push: branches: [main] tags: ["v*"] - # Don't run an expensive image build for docs-only changes on main. + # Don't run an expensive image build for changes that can't affect the + # image: docs, issue templates, and the sibling workflows. Editing + # ci-image.yml itself still builds. paths-ignore: - "**.md" - "docs/**" - ".github/ISSUE_TEMPLATE/**" + - ".github/workflows/ci-go.yml" + - ".github/workflows/cron-cleanup-runs.yml" workflow_dispatch: inputs: arch: