Skip to content

Commit 16abe95

Browse files
committed
fix(ci): added a missing path filter for e2e test
1 parent 00e0183 commit 16abe95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/operator-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ on:
2929
- operator/**
3030
- containers/operator.Dockerfile
3131
- .github/workflows/operator-ci.yaml
32+
- k8s-tests/**
3233
push:
3334
branches:
3435
- main
@@ -38,6 +39,7 @@ on:
3839
- operator/**/*.go
3940
- containers/operator.Dockerfile
4041
- .github/workflows/operator-ci.yaml
42+
- k8s-tests/**
4143

4244
# NOTE: we may want to switch to matrix build for multi-platform support if this is taking too long
4345
# https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners

0 commit comments

Comments
 (0)