Skip to content

Commit

Permalink
REMOVE BEFORE MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Nov 20, 2024
1 parent 6987850 commit b88a290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
romanisim_data:
needs: [ environment ]
uses: spacetelescope/romanisim/.github/workflows/retrieve_cache.yml@develop
uses: zacharyburnett/romanisim/.github/workflows/data.yml@ci_abstract
with:
cache_path: ${{ needs.environment.outputs.data_path }}

Expand Down
2 changes: 1 addition & 1 deletion .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@develop
uses: zacharyburnett/romanisim/.github/workflows/retrieve_cache.yml@ci_abstract
with:
minimal: ${{ github.event_name != 'workflow_dispatch' && true || inputs.webbpsf_minimal }}

0 comments on commit b88a290

Please sign in to comment.