We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7888145 commit 72abf82Copy full SHA for 72abf82
.github/workflows/ci.yml
@@ -167,7 +167,7 @@ jobs:
167
run: |
168
set +e
169
./scripts/ci/ci_count_changed_files.sh ${GITHUB_SHA} \
170
- '^airflow|.github/workflows/|^Dockerfile|^scripts|^chart'
+ '^airflow|.github/workflows/|^Dockerfile|^scripts|^chart|^setup.py|^requirements|^tests|^kubernetes_tests'
171
echo "::set-output name=count::$?"
172
id: trigger-tests
173
0 commit comments