Filter github actions to be executed

This commit is contained in:
Manuel Alejandro de Brito Fontes 2020-07-03 18:08:20 -04:00
parent 9aa1a59e1d
commit 8836cfe04a
4 changed files with 130 additions and 24 deletions

View file

@ -39,8 +39,7 @@ trap cleanup EXIT
export KIND_CLUSTER_NAME=${KIND_CLUSTER_NAME:-ingress-nginx-dev}
export KIND_CLUSTER_NAME=${KIND_CLUSTER_NAME:-ingress-nginx-dev}
# Disable execution if running as a Prow job
if [[ ! -z ${PROW_JOB_ID:-} ]]; then
echo "skipping execution..."
exit 0