]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Provider cross version checks warning
authorPauli <pauli@openssl.org>
Wed, 13 Sep 2023 00:54:28 +0000 (10:54 +1000)
committerMatt Caswell <matt@openssl.org>
Wed, 27 Sep 2023 16:22:54 +0000 (17:22 +0100)
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 <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21964)

.github/workflows/provider-compatibility.yml

index f118db1aee5f900d24f5264aa15be624a7fdb918..e95a8475220c86e81912700aa93c7e3e87b3882f 100644 (file)
 
 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 * * *'