Skip to content

use reusable workflow from WebbPSF repository to download and cache data #51

use reusable workflow from WebbPSF repository to download and cache data

use reusable workflow from WebbPSF repository to download and cache data #51

Workflow file for this run

name: download and cache data
on:
schedule:
- cron: "42 4 * * 3"
workflow_dispatch:
inputs:
webbpsf_minimal:
description: minimal WebbPSF dataset
type: boolean
required: false
default: true
pull_request:
jobs:
download_webbpsf_data:
uses: zacharyburnett/webbpsf/.github/workflows/download_data.yml@ci/create_data_dir
with:
minimal: ${{ github.event_name != 'workflow_dispatch' && true || inputs.webbpsf_minimal }}