We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d0f7b commit 0733229Copy full SHA for 0733229
.github/workflows/ci.yaml
@@ -116,7 +116,6 @@ jobs:
116
from pathlib import Path
117
118
print("Checking required checks")
119
- print(os.environ["NEEDS"])
120
121
jobs = json.loads(os.environ["NEEDS"])
122
job_names = sorted(jobs.keys())
@@ -135,7 +134,7 @@ jobs:
135
134
results = {f.name: int(f.read_text()) for f in result_artifacts}
136
del results["test-go-pg_result_windows-2022"]
137
if sum(results.values()) == 0:
138
- print("test-go-pg on windows-2022 failed, but we are skipping it")
+ print("test-go-pg on windows-2022 failed, but we are temporarily skipping it until it's fixed")
139
continue
140
141
if result in ["failure", "cancelled"]:
0 commit comments