From 89b4a59a7845bd099a78210dc259141cd7071fbd Mon Sep 17 00:00:00 2001 From: Richard Barnes Date: Thu, 31 Oct 2024 17:30:23 -0400 Subject: [PATCH] Revert all changes --- .github/workflows/main_ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 19cb5a4b..9a7841f1 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -41,16 +41,6 @@ jobs: CRYPTO_DIR: "./alternatives/${{ matrix.crypto }}" steps: - # Only run non-OpenSSL-3 libraries if there's a change in the HPKE code - - uses: dorny/paths-filter@v3 - if: matrix.crypto != "openssl_3" - with: - filters: | - src: - - "lib/hpke/include/**" - - "lib/hpke/src/**" - - "lib/hpke/test/**" - - uses: actions/checkout@v4 with: submodules: recursive @@ -129,16 +119,6 @@ jobs: CRYPTO_DIR: "./alternatives/${{ matrix.crypto }}" steps: - # Only run non-OpenSSL-3 libraries if there's a change in the HPKE code - - uses: dorny/paths-filter@v3 - if: matrix.crypto != "openssl_3" - with: - filters: | - src: - - "lib/hpke/include/**" - - "lib/hpke/src/**" - - "lib/hpke/test/**" - - uses: actions/checkout@v4 with: submodules: recursive