Skip to content

Commit

Permalink
Trigger policy tests on Rust files changes (#12881)
Browse files Browse the repository at this point in the history
The filter for the changed-files job in the integration.yml workflow
wasn't taking into account Rust files. So changes that touched only the
policy controller weren't triggering the policy controller integration
tests, as seen in #12847
  • Loading branch information
alpeb authored Jul 25, 2024
1 parent 63ba981 commit 5422f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
.proxy-version
go.sum
**/*.go
**/*.rs
**/Dockerfile*
charts/**
justfile
Expand Down

0 comments on commit 5422f01

Please sign in to comment.