summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-01 11:01:44 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-02 11:50:30 +0000
commitd1fe5738d393ace037c1f5f674125ad06a7e576d (patch)
tree7392e7a2b44a3bb80a214e7133f92a00cb728c16 /.github
parentb58abf982218c704801d8a7b0f5725b730c94671 (diff)
QUIC QLOG: Namespace the RUN_CI_TESTS variable
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22037)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/run-checker-ci.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fdf76c77f8..da6c7860ab 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,7 +22,7 @@ permissions:
contents: read
env:
- RUN_CI_TESTS: 1
+ OSSL_RUN_CI_TESTS: 1
jobs:
check_update:
diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml
index 991bb4ff73..1fbc3e708a 100644
--- a/.github/workflows/run-checker-ci.yml
+++ b/.github/workflows/run-checker-ci.yml
@@ -12,7 +12,7 @@ permissions:
contents: read
env:
- RUN_CI_TESTS: 1
+ OSSL_RUN_CI_TESTS: 1
jobs:
run-checker: