From: Pauli Date: Wed, 13 Sep 2023 00:54:28 +0000 (+1000) Subject: Provider cross version checks warning X-Git-Tag: openssl-3.2.0-alpha2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54e60d2a05f86e947dface08e5c20b831be17bf8;p=thirdparty%2Fopenssl.git Provider cross version checks warning Add a warning note to the provider cross version checks indicating that a pull request branch will not be used if execution is set to on pull request. Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21964) --- diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml index f118db1aee5..e95a8475220 100644 --- a/.github/workflows/provider-compatibility.yml +++ b/.github/workflows/provider-compatibility.yml @@ -10,6 +10,10 @@ name: Provider compatibility across versions + +# NOTE: if this is being run on pull_request, it will **not** use the pull +# request's branch. It is hardcoded to use the master branch. +# on: #[pull_request] schedule: - cron: '0 15 * * *'