Skip to content

Commit 62874e1

Browse files
authored
Update artifact_validation.yaml
1 parent aef1b8c commit 62874e1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/artifact_validation.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,6 @@ jobs:
2525
with:
2626
name: Compatibility_bc_csv
2727
path: ./output/
28-
# openssl_validation:
29-
# runs-on: ubuntu-latest
30-
# container: fedora:43
31-
# steps:
32-
# - name: Checkout code
33-
# uses: actions/checkout@v4
34-
# - name: Install OpenSSL 3.5
35-
# run: dnf -y install zip diff openssl
36-
# - name: Test artifacts with OpenSSL 3.5
37-
# run: ./src/test_certs_r5_openssl.sh
38-
# - name: Save artifacts
39-
# uses: actions/upload-artifact@v4
40-
# with:
41-
# name: Compatibility_openssl_csv
42-
# path: ./output/
4328
openssl36_validation:
4429
runs-on: ubuntu-latest
4530
container: ubuntu:24.04

0 commit comments

Comments
 (0)