From 2a807112d5f6545778901fbb671afaeaa9a24f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Ver=C3=ADssimo?= <211358+averissimo@users.noreply.github.com> Date: Fri, 31 May 2024 15:47:57 +0200 Subject: [PATCH] tmp: use different branch that has alternative mirror --- .github/workflows/scheduled.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 014ba574d..8a92d7905 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: test-strategy: ["min_cohort", "min_isolated", "release", "max"] - uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@alternative-mirror + uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@alternate_mirror name: Dependency Test - ${{ matrix.test-strategy }} 🔢 secrets: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}