Skip to content

Commit

Permalink
hotfix for download workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Nov 20, 2024
1 parent 5f66522 commit bd9ba38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/romanisim_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:

jobs:
download_romanisim_data:
uses: spacetelescope/romanisim/.github/workflows/retrieve_cache.yml@main
uses: spacetelescope/romanisim/.github/workflows/data.yml@main
with:
minimal: ${{ github.event_name != 'workflow_dispatch' && true || inputs.webbpsf_minimal }}
webbpsf_minimal: ${{ github.event_name != 'workflow_dispatch' && true || inputs.webbpsf_minimal }}

0 comments on commit bd9ba38

Please sign in to comment.