Skip to content

Commit

Permalink
Also filter unit test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Oct 31, 2024
1 parent 7ce58a2 commit 87e076e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,16 @@ 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 @@ -125,7 +135,7 @@ jobs:
CRYPTO_DIR: "./alternatives/${{ matrix.crypto }}"

steps:
# Only run non-OpenSSL 3 libraries if there's a change in the HPKE code
# 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:
Expand Down

0 comments on commit 87e076e

Please sign in to comment.