From 7f9f911c0c3bbe890e45dc6f319f001899c3c277 Mon Sep 17 00:00:00 2001 From: Mike Ounsworth Date: Tue, 23 Jul 2024 00:27:45 -0500 Subject: [PATCH] Copy acvp logs --- .github/workflows/artifact_validation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifact_validation.yaml b/.github/workflows/artifact_validation.yaml index 033c2fd..842ae14 100644 --- a/.github/workflows/artifact_validation.yaml +++ b/.github/workflows/artifact_validation.yaml @@ -2,7 +2,7 @@ name: Artifact validation on: push: - branches: [ 'acvp-auto-testing' ] + branches: [ '*' ] # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. @@ -81,7 +81,7 @@ jobs: - name: Build compat matrix run: ./src/rebuild_results_certs_r3.sh - name: Copy output files - run: mv ./docs/pqc_hackathon_results_certs_r3.html ./docs/pqc_hackathon_results_certs_r3_automated_tests.html ./docs/pqc_hackathon_results_cms_v1.html ./output/certs/oqs_certs.log ./docs/gh-pages + run: mv ./docs/pqc_hackathon_results_certs_r3.html ./docs/pqc_hackathon_results_certs_r3_automated_tests.html ./docs/pqc_hackathon_results_cms_v1.html ./output/certs/*.log ./docs/gh-pages - name: Archive Compatibility Matrix For Download uses: actions/upload-pages-artifact@v3 with: