diff --git a/build/make-all.sh b/build/make-all.sh index 7740d261..49280bed 100755 --- a/build/make-all.sh +++ b/build/make-all.sh @@ -29,7 +29,7 @@ for file in ${CONTRIB_ROOT}/*/Makefile; do base=$(basename "$dir") # TODO: Fix these two currently failing GH actions builds - if [ "$base" == "pam_opa" ] || [ "$base" == "gatekeeper_mtail_violations_exporter" ] || [ "$base" == "data_filter_mongodb" ] || [ "$base" == "data_filter_example" ]; then + if [ "$base" == "k8s_authorization" ] || [ "$base" == "pam_opa" ] || [ "$base" == "gatekeeper_mtail_violations_exporter" ] || [ "$base" == "data_filter_mongodb" ] || [ "$base" == "data_filter_example" ]; then continue fi