Skip to content

Commit

Permalink
default manual workflow dispatch to using /tmp/data
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Nov 20, 2024
1 parent d543805 commit 82e809b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ on:
type: boolean
required: false
default: true
cache_path:
description: path to which to download the data
type: string
required: false
default: "/tmp/data"

jobs:
download_webbpsf_data:
Expand Down

0 comments on commit 82e809b

Please sign in to comment.