diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e939e0ccaef1f..6db39c9b7b2ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,8 +62,10 @@ jobs: - "Cargo.toml" - "Makefile" - "rust-toolchain.toml" + - "vdev/**" deny: - 'deny.toml' + - "vdev/**" dependencies: - ".cargo/**" - 'Cargo.toml' @@ -72,16 +74,22 @@ jobs: - '.github/workflows/pr.yml' - 'Makefile' - 'scripts/cross/**' + - "vdev/**" cue: - 'website/cue/**' + - "vdev" component_docs: - 'scripts/generate-component-docs.rb' + - "vdev/**" markdown: - '**/**.md' + - "vdev/**" internal_events: - 'src/internal_events/**' + - "vdev/**" docker: - 'distribution/docker/**' + - "vdev/**" # Remove this once https://github.com/vectordotdev/vector/issues/3771 is closed. # Then, modify the `cross-linux` job to run `test` instead of `build`.