This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 72abf82 Tests should also be triggered when there is just setup.py
change (#9690)
72abf82 is described below
commit 72abf824cef6a1d82ecf882756206f02ed6a6864
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jul 6 20:41:35 2020 +0200
Tests should also be triggered when there is just setup.py change (#9690)
So far tests were not triggered when only requirements changed,
but this is quite needed in fact.
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5714869..8ea01a3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -167,7 +167,7 @@ jobs:
run: |
set +e
./scripts/ci/ci_count_changed_files.sh ${GITHUB_SHA} \
- '^airflow|.github/workflows/|^Dockerfile|^scripts|^chart'
+
'^airflow|.github/workflows/|^Dockerfile|^scripts|^chart|^setup.py|^requirements|^tests|^kubernetes_tests'
echo "::set-output name=count::$?"
id: trigger-tests