Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0733229

Browse files
committed
debug
1 parentf4d0f7b commit0733229

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 aretemporarilyskipping it until it's fixed")
139138
continue
140139
141140
if result in ["failure", "cancelled"]:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp