Skip to content

Commit f74578c

Browse files
Merge pull request #960 from BradleySappington/cache_filename
only using mini in workflow. name accordingly
2 parents 6fc889a + 38ea258 commit f74578c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/download_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- id: version
7979
run: echo "version=$(cat ${{ steps.cache_path.outputs.cache_path }}/webbpsf-data/version.txt)" >> $GITHUB_OUTPUT
8080
- id: cache_key
81-
run: echo "cache_key=webbpsf-data-${{ (github.event_name == 'schedule' || github.event_name == 'release') && 'mini' || inputs.minimal && 'mini' || 'full' }}-${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
81+
run: echo "cache_key=webbpsf-data-mini-${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
8282
- uses: actions/cache@v4
8383
with:
8484
path: ${{ runner.temp }}/data/

0 commit comments

Comments
 (0)