diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 1fd2c7a402..acba82f7ff 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -26,10 +26,6 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: deps-installation-method: setup-r-dependencies - lookup-refs: | - insightsengineering/nestcolor - insightsengineering/rtables - insightsengineering/formatters additional-env-vars: | _R_CHECK_CRAN_INCOMING_REMOTE_=false additional-r-cmd-check-params: --as-cran @@ -52,10 +48,6 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: deps-installation-method: setup-r-dependencies - lookup-refs: | - insightsengineering/nestcolor - insightsengineering/rtables - insightsengineering/formatters additional-env-vars: | _R_CHECK_CRAN_INCOMING_REMOTE_=false NOT_CRAN=true @@ -80,10 +72,6 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: deps-installation-method: setup-r-dependencies - lookup-refs: | - insightsengineering/nestcolor - insightsengineering/rtables - insightsengineering/formatters additional-env-vars: | NOT_CRAN=true linter: @@ -97,10 +85,6 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: deps-installation-method: setup-r-dependencies - lookup-refs: | - insightsengineering/nestcolor - insightsengineering/rtables - insightsengineering/formatters auto-update: true gitleaks: name: gitleaks 💧 diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index d6c8dde033..e2968449f4 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -41,9 +41,5 @@ jobs: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} with: deps-installation-method: setup-r-dependencies - lookup-refs: | - insightsengineering/nestcolor - insightsengineering/formatters - insightsengineering/rtables default-landing-page: latest-tag additional-unit-test-report-directories: unit-test-report-non-cran diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 68181c320d..1f5fb359b8 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -71,7 +71,3 @@ jobs: ) name: R-hub 🌐 uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main - with: - lookup-refs: | - insightsengineering/rtables - insightsengineering/formatters