Skip to content

Commit

Permalink
Run more than just basic checks on .pre-commit-config.yaml change (
Browse files Browse the repository at this point in the history
…apache#17590)

apache#17530 only run basic checks and skipped mypy, black etc which can cause failing main branch.
  • Loading branch information
kaxil committed Aug 13, 2021
1 parent 60ddcd1 commit 7b4ce7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/selective_ci_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ function check_if_any_py_files_changed() {


AIRFLOW_SOURCES_TRIGGERING_TESTS=(
"^.pre-commit-config.yaml$"
"^airflow"
"^chart"
"^tests"
Expand Down

0 comments on commit 7b4ce7b

Please sign in to comment.