Skip to content

Commit b86c155

Browse files
committed
enhance bindata check
1 parent d893284 commit b86c155

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci-operator/config/openshift/operator-framework-olm/openshift-operator-framework-olm-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ tests:
196196
fi
197197
container:
198198
from: src
199-
run_if_changed: ^(tests-extension/test/qe/testdata/)
199+
run_if_changed: ^tests-extension/(test/qe/testdata/|pkg/bindata/qe/)
200200
- as: e2e-aws-olmv0-ext
201201
steps:
202202
cluster_profile: aws-4

ci-operator/config/openshift/operator-framework-operator-controller/openshift-operator-framework-operator-controller-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ tests:
195195
fi
196196
container:
197197
from: src
198-
run_if_changed: ^(openshift/tests-extension/test/qe/testdata/)
198+
run_if_changed: ^openshift/tests-extension/(test/qe/testdata/|pkg/bindata/qe/)
199199
- as: e2e-gcp-ovn-upgrade
200200
steps:
201201
cluster_profile: gcp

0 commit comments

Comments
 (0)