mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-30 13:00:45 +00:00
Remove .tekton/* from CI skip rule
The current CI skip rule prevents testing when only .tekton/* files change. However, .tekton files contain critical build configuration: - Pipeline versions (tekton-bundle digests) - Base image references (REPOS_IMAGE) Renovate MRs that update these values (!572, !573, !578, !579, !580, !581) are currently blocked because CI is skipped, creating a catch-22 where dependency updates cannot be validated before merge. Removing .tekton/* from the skip list allows these updates to be properly tested while still skipping CI for documentation-only changes. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
0f4e4ed3b8
commit
c9ee1b9c81
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ workflow:
|
|||
- renovate.json
|
||||
- README.md
|
||||
- LICENSE
|
||||
- .tekton/*
|
||||
when: never
|
||||
- when: always
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue