From 41c4c595184ec1e9c3d0dfbd8c4d70e0b9cb1837 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 22 Jul 2026 17:04:27 -0400 Subject: [PATCH 1/2] fix(ci): narrow vdev path filter to Cargo.toml in changes.yml --- .github/workflows/changes.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/changes.yml b/.github/workflows/changes.yml index cc6d9116343e1..b05ad93f808d3 100644 --- a/.github/workflows/changes.yml +++ b/.github/workflows/changes.yml @@ -211,7 +211,7 @@ jobs: - "Cargo.toml" - "Makefile" - "rust-toolchain.toml" - - "vdev/**" + - "vdev/Cargo.toml" - ".github/workflows/changes.yml" dependencies: - ".cargo/**" @@ -220,7 +220,7 @@ jobs: - 'rust-toolchain.toml' - 'Makefile' - 'scripts/cross/**' - - "vdev/**" + - "vdev/Cargo.toml" - ".github/workflows/changes.yml" deny: - '**/Cargo.toml' @@ -229,15 +229,15 @@ jobs: deprecations: - 'deprecation.d/**' - 'website/data/deprecations.json' - - "vdev/**" + - "vdev/Cargo.toml" - ".github/workflows/deprecation.yaml" - ".github/workflows/changes.yml" cue: - 'website/cue/**' - - "vdev/**" + - "vdev/Cargo.toml" - ".github/workflows/changes.yml" component_docs: - - "vdev/**" + - "vdev/Cargo.toml" - 'website/cue/**/*.cue' - 'docs/generated/**' # If changes to the VRL sha is made the combined generated cue file will change which @@ -246,18 +246,18 @@ jobs: - ".github/workflows/changes.yml" markdown: - '**/**.md' - - "vdev/**" + - "vdev/Cargo.toml" - ".github/workflows/changes.yml" scripts: - '**/**.sh' - ".github/workflows/changes.yml" internal_events: - 'src/internal_events/**' - - "vdev/**" + - "vdev/Cargo.toml" - ".github/workflows/changes.yml" docker: - 'distribution/docker/**' - - "vdev/**" + - "vdev/Cargo.toml" - ".github/workflows/changes.yml" install: - ".github/workflows/install-sh.yml" From 14acbe033463e7c4bdf0a9e504fd809903aa97f0 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 22 Jul 2026 17:18:24 -0400 Subject: [PATCH 2/2] Update .github/workflows/changes.yml --- .github/workflows/changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changes.yml b/.github/workflows/changes.yml index b05ad93f808d3..02fe64073f5c5 100644 --- a/.github/workflows/changes.yml +++ b/.github/workflows/changes.yml @@ -211,7 +211,7 @@ jobs: - "Cargo.toml" - "Makefile" - "rust-toolchain.toml" - - "vdev/Cargo.toml" + - "vdev/**" - ".github/workflows/changes.yml" dependencies: - ".cargo/**"