Skip to content

Commit 0733229

Browse files
committed
debug
1 parent f4d0f7b commit 0733229

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ jobs:
116116
from pathlib import Path
117117
118118
print("Checking required checks")
119-
print(os.environ["NEEDS"])
120119
121120
jobs = json.loads(os.environ["NEEDS"])
122121
job_names = sorted(jobs.keys())
@@ -135,7 +134,7 @@ jobs:
135134
results = {f.name: int(f.read_text()) for f in result_artifacts}
136135
del results["test-go-pg_result_windows-2022"]
137136
if sum(results.values()) == 0:
138-
print("test-go-pg on windows-2022 failed, but we are skipping it")
137+
print("test-go-pg on windows-2022 failed, but we are temporarily skipping it until it's fixed")
139138
continue
140139
141140
if result in ["failure", "cancelled"]:

0 commit comments

Comments
 (0)