summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-09-13 10:54:28 +1000
committerMatt Caswell <matt@openssl.org>2023-09-27 17:22:54 +0100
commit54e60d2a05f86e947dface08e5c20b831be17bf8 (patch)
treeb3ed7151d10adadab33f91d5e9483432e3d10b59 /.github
parent6935101354e1ebcb43aa8afb158603f94c0f9bc6 (diff)
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 <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21964)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/provider-compatibility.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/provider-compatibility.yml b/.github/workflows/provider-compatibility.yml
index f118db1aee..e95a847522 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 * * *'