Skip to content
Merged
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
6 changes: 5 additions & 1 deletion .github/workflows/ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading