diff --git a/.github/workflows/basic-tests.yml b/.github/workflows/basic-tests.yml index 45cd7248d07..69857f71e50 100644 --- a/.github/workflows/basic-tests.yml +++ b/.github/workflows/basic-tests.yml @@ -32,7 +32,7 @@ jobs: cd lalsuite-extra git lfs pull -I "data/lalsimulation/SEOBNRv2ROM_*.dat" git lfs pull -I "data/lalsimulation/*ChirpTime*.dat" - git lfs pull -I "data/lalsimulation/SEOBNRv4ROM_v2.0.hdf5" + git lfs pull -I "data/lalsimulation/SEOBNRv4ROM_v*.hdf5" mv data/lalsimulation/* ../ cd ../ - name: run pycbc test suite diff --git a/.github/workflows/search-workflow.yml b/.github/workflows/search-workflow.yml index ca5997ac832..32367c2b86b 100644 --- a/.github/workflows/search-workflow.yml +++ b/.github/workflows/search-workflow.yml @@ -59,12 +59,6 @@ jobs: with: name: logs path: output/submitdir/work - - name: store output files - if: always() - uses: actions/upload-artifact@v4 - with: - name: output_files - path: output - name: store result page uses: actions/upload-artifact@v4 with: