ci: skip auto postgres test run
This commit is contained in:
parent
b9799a33fb
commit
7d661bb8e3
1 changed files with 1 additions and 4 deletions
5
.github/helper/roulette.py
vendored
5
.github/helper/roulette.py
vendored
|
|
@ -182,10 +182,7 @@ if __name__ == "__main__":
|
|||
only_frontend_code_changed = len(list(filter(is_frontend_code, files_list))) == len(files_list)
|
||||
updated_py_file_count = len(list(filter(is_server_side_code, files_list)))
|
||||
only_py_changed = updated_py_file_count == len(files_list)
|
||||
run_postgres = (
|
||||
has_label(pr_number, "postgres", repo) or
|
||||
matches_postgres_filenames(files_list)
|
||||
)
|
||||
run_postgres = has_label(pr_number, "postgres", repo)
|
||||
|
||||
# Check for Skip CI label and other conditions
|
||||
if has_skip_ci_label(pr_number, repo):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue