From 94417a4f69438bee931e992c3449f19911f4608d Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:50:33 +0200 Subject: [PATCH] temporarily disable revdepcheck (#11) --- .github/workflows/scheduled.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 3259911..9f2f085 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -48,14 +48,15 @@ jobs: uses: insightsengineering/r.pkg.template/.github/workflows/branch-cleanup.yaml@main secrets: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} - revdepcheck: - if: > - github.event_name == 'schedule' || ( - github.event_name == 'workflow_dispatch' && - inputs.chosen-workflow == 'revdepcheck' - ) - name: revdepcheck ↩️ - uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main +# temporarity disable until the first release +# revdepcheck: +# if: > +# github.event_name == 'schedule' || ( +# github.event_name == 'workflow_dispatch' && +# inputs.chosen-workflow == 'revdepcheck' +# ) +# name: revdepcheck ↩️ +# uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main rhub: if: > github.event_name == 'schedule' || (