Skip to content

Commit 6f35df5

Browse files
committed
chore: rename filters.yaml to bake-filters.yaml
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 7b77cfc commit 6f35df5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3333
id: filter
3434
with:
35-
filters: .github/filters.yaml
35+
filters: .github/bake-filters.yaml
3636

3737
# Compute a matrix containing the list of all extensions that have been modified
3838
- name: Compute matrix

CONTRIBUTING_NEW_EXTENSION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ The `README.md` is typically the last file you complete. A clear, professional
264264
`README.md` makes an extension successful. Ensure it includes YAML examples for
265265
`Cluster` and `Database` resources so users can immediately adopt your work.
266266

267-
### Add your extension to `.github/filters.yaml`
267+
### Add your extension to `.github/bake-filters.yaml`
268268

269-
The `.github/filters.yaml` file is used by the CI pipeline to detect which
269+
The `.github/bake-filters.yaml` file is used by the CI pipeline to detect which
270270
extensions have been modified and need to be built, scanned, and tested.
271271
You must add an entry for your new extension so that changes to its directory
272272
trigger the testing CI pipeline.

0 commit comments

Comments
 (0)