Skip to content

Commit 7299ea7

Browse files
committed
tgupdate: merge t/DO-NOT-MERGE-mptcp-enabled-by-default into t/upstream base
2 parents e82a01d + e4e924e commit 7299ea7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
-F "target_url=${URL_GH}" \
204204
-F "context=build" \
205205
-F "description=${3}" \
206-
"${check_url}" | jq '.'
206+
"${check_url}"
207207
}
208208
209209
FIRST=1

.github/workflows/checkpatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
-F "target_url=${URL_GH}" \
103103
-F "context=${4}" \
104104
-F "description=${3}" \
105-
"${check_url}" | jq '.'
105+
"${check_url}"
106106
}
107107
108108
FIRST=1

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
-F "target_url=${3}" \
427427
-F "context=${1//[ :()]/_}" \
428428
-F "description=${2}" \
429-
"${check_url}" | jq '.'
429+
"${check_url}"
430430
done
431431
}
432432

0 commit comments

Comments
 (0)