diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 01678fa..49aac11 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -90,6 +90,7 @@ jobs: if: github.event_name == 'pull_request' with: r-version: "${{ needs.get_r_version.outputs.r-version }}" + install-package: true links: name: Links uses: pharmaverse/admiralci/.github/workflows/links.yml@main diff --git a/staged_dependencies.yml b/staged_dependencies.yml new file mode 100644 index 0000000..734bdad --- /dev/null +++ b/staged_dependencies.yml @@ -0,0 +1,12 @@ +--- +upstream_repos: + - repo: pharmaverse/admiral + host: https://github.com + - repo: pharmaverse/admiraldev + host: https://github.com + +downstream_repos: + +current_repo: + repo: pharmaverse/admiralpeds + host: https://github.com