Skip to content

Commit

Permalink
temporarily disable revdepcheck (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Oct 25, 2024
1 parent f19e5a4 commit 94417a4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' || (
Expand Down

0 comments on commit 94417a4

Please sign in to comment.