summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorVladimĂ­r Kotal <vladimir.kotal@oracle.com>2023-06-01 19:55:54 +0200
committerPauli <pauli@openssl.org>2023-06-06 11:05:02 +1000
commit3ca28c9e81fae36b0b44dc39beecd2b5a7561975 (patch)
tree4d1028ff958edec00915ef4b962c31c1c232ca9a /.github
parentc69756e7a0133b67df50525e89206c9cc4a7d2b8 (diff)
allow to disable http
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21108)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-checker-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml
index e21b31a47e..a44121fdf2 100644
--- a/.github/workflows/run-checker-ci.yml
+++ b/.github/workflows/run-checker-ci.yml
@@ -23,9 +23,9 @@ jobs:
no-dtls,
no-ec,
no-ec2m,
+ no-http,
no-siv,
no-legacy,
- no-rfc3779,
no-sock,
no-srp,
no-srtp,