From ab89e4335e4a645f90a9c4a0c05a8efabb5e21c4 Mon Sep 17 00:00:00 2001 From: Jiajie Zhong Date: Wed, 5 Jan 2022 14:24:12 +0800 Subject: [PATCH] [ci] Remove workflow paths-ignore attribute (#7807) It will cause our CI always waitting due to we requests E2E contexts in .asf.yaml but we set some ignore path on workflow e2e. --- .github/workflows/e2e.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 63df024e94..a4dfeb0a5b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -17,13 +17,7 @@ on: pull_request: - paths-ignore: - - '**/*.md' - - 'dolphinscheduler-python/pydolphinscheduler' push: - paths-ignore: - - '**/*.md' - - 'dolphinscheduler-python/pydolphinscheduler' branches: - dev