From 8a79f5bc184939aeaff4479d48fda92d0d33aa96 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 18 Jul 2024 17:39:40 +0200 Subject: [PATCH] prov-compat-label.yml: Do not test fips provider from master The master branch will be modified by the PR so the result will be misleading. Reviewed-by: Paul Dale Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/24933) --- .github/workflows/prov-compat-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prov-compat-label.yml b/.github/workflows/prov-compat-label.yml index f12d3159375..13cd51ec32c 100644 --- a/.github/workflows/prov-compat-label.yml +++ b/.github/workflows/prov-compat-label.yml @@ -193,7 +193,7 @@ jobs: # Note that releases are not used as a test environment for # later providers. Problems in these situations ought to be # caught by cross branch testing before the release. - tree_a: [ branch-master, branch-3.3, branch-3.2, branch-3.1, branch-3.0, + tree_a: [ branch-3.3, branch-3.2, branch-3.1, branch-3.0, openssl-3.0.0, openssl-3.0.8, openssl-3.0.9, openssl-3.1.2 ] tree_b: [ PR ] include: -- 2.47.3