From 54e60d2a05f86e947dface08e5c20b831be17bf8 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 13 Sep 2023 10:54:28 +1000 Subject: [PATCH] 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) --- .github/workflows/provider-compatibility.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 * * *' -- 2.47.2