From a82dc2f10e7ead252523370daebe677b2b361d89 Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Mon, 19 Jun 2023 11:52:25 -0700 Subject: [PATCH] try again --- .ci/scripts/calculate_jobs.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.ci/scripts/calculate_jobs.py b/.ci/scripts/calculate_jobs.py index c4eea49d7b9f..99afabbb6c62 100755 --- a/.ci/scripts/calculate_jobs.py +++ b/.ci/scripts/calculate_jobs.py @@ -97,7 +97,10 @@ def set_output(key: str, value: str): sytest_tests = [ - {"sytest-tag": "focal", "postgres": 0}, + { + "sytest-tag": "focal", + "postgres": False, + }, { "sytest-tag": "focal", "postgres": "postgres",