Skip to content

Commit bacd0e9

Browse files
committed
Debug
1 parent 7d393ec commit bacd0e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/gh_matrix_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def macos_config(overrides):
245245
# if this is not a pull request e.g. a scheduled run or a push
246246
# to a specific branch like prerelease_test we add additional
247247
# entries to the matrix
248-
if not pull_request:
248+
if True or not pull_request:
249249
# add debug test for first supported PG16 version
250250
m["include"].append(
251251
build_debug_config(

0 commit comments

Comments
 (0)