Skip to content

Commit

Permalink
add comment about webbpsf download skip
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Oct 12, 2023
1 parent 36b5b95 commit 8b6e78b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
data:
needs:
[webbpsf-data]
# run data job if webbpsf-data succeeds or is skipped
# run data job if webbpsf-data succeeds or is skipped. This allows
# this data job to always fetch the crds context even if the webbpsf data fetching
# was skipped (and an existing cache will be used for the webbpsf data).
if: always() && (needs.webbpsf-data.result == 'success' || needs.webbpsf-data.result == 'skipped')
name: retrieve current CRDS context, and WebbPSF data
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b6e78b

Please sign in to comment.