Skip to content

Commit

Permalink
chore(ci): Run all checks when vdev is updated (#16353)
Browse files Browse the repository at this point in the history
Since changes to vdev could impact any of the CI jobs.

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko authored Feb 7, 2023
1 parent 2bfd639 commit 1410b05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ jobs:
- "Cargo.toml"
- "Makefile"
- "rust-toolchain.toml"
- "vdev/**"
deny:
- 'deny.toml'
- "vdev/**"
dependencies:
- ".cargo/**"
- 'Cargo.toml'
Expand All @@ -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`.
Expand Down

0 comments on commit 1410b05

Please sign in to comment.