Skip to content

Commit

Permalink
Add inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Feb 27, 2025
1 parent 867191c commit 87f4f9d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/lfs-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@ name: Save LFS Cache

on:
workflow_dispatch:
inputs:
atom-data-sparse:
description: "If true, only downloads atom_data/kurucz_cd23_chianti_H_He.h5"
required: false
default: false
type: boolean
regression-data-repo:
description: "Repository containing regression data (format: owner/repo)"
required: false
default: "tardis-sn/tardis-regression-data"
type: string
allow_lfs_pull:
description: "If true, allows LFS pull operations"
required: false
default: false
type: boolean
workflow_call:
inputs:
atom-data-sparse:
Expand Down

0 comments on commit 87f4f9d

Please sign in to comment.