Skip to content

Commit aa648ac

Browse files
authored
Update summary_statistics.yml
1 parent baa6e8a commit aa648ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/summary_statistics.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ jobs:
2525
environment-file: glacier_image_correlation/environment.yml
2626
environment-name: image-correlation
2727

28-
- name: Download Artifacts
28+
- name: Download Velocity Map Artifacts
2929
uses: actions/download-artifact@v4
3030
with:
3131
path: glacier_image_correlation/
3232
merge-multiple: true
3333

34-
- name: Compute summary statistics
34+
- name: Compute Summary Statistics
3535
run: |
3636
python glacier_image_correlation/summary_statistics.py
3737
38-
- name: Upload summary statistics
38+
- name: Upload Summary Statistics Figure as Artifact
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: summary_statistics

0 commit comments

Comments
 (0)