Harden R parity archive downloads and cache PR handling #49
Workflow file for this run
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 | ||
| required: true | ||
| type: string | ||
| windows_binary: | ||
| description: Windows binary filename at the R repository root | ||
| required: true | ||
| type: string | ||
| permissions: | ||
| contents: write | ||