Skip to content

Commit

Permalink
Revert all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Oct 31, 2024
1 parent 01ad371 commit 89b4a59
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 89b4a59

Please sign in to comment.