Skip to content

Commit

Permalink
Fixes the doc pattern in selective checks (apache#11834)
Browse files Browse the repository at this point in the history
The pattern contained $ which effectively stopped docs from
being run on doc-only change :(
  • Loading branch information
potiuk authored Oct 27, 2020
1 parent d0d931e commit 923cc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/selective_ci_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function check_if_helm_tests_should_be_run() {

function check_if_docs_should_be_generated() {
local pattern_array=(
"^docs$"
"^docs"
"^airflow/.*\.py$"
"^CHANGELOG\.txt"
)
Expand Down

0 comments on commit 923cc09

Please sign in to comment.