Preserve regenerated R cache when parity differs #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Regenerate R parity cache | ||
| on: | ||
| repository_dispatch: | ||
| types: [nns-r-package-updated] | ||
| workflow_dispatch: | ||
| inputs: | ||
| r_commit: | ||
| description: Exact commit in OVVO-Financial/NNS containing the package archives | ||
| required: true | ||
| type: string | ||
| r_version: | ||
| description: NNS package version (13.0 or newer) | ||
| required: true | ||
| type: string | ||
| source_tarball: | ||
| description: Source package filename at the R repository root | ||