Skip to content

Commit

Permalink
Update scheduled.yaml
Browse files Browse the repository at this point in the history
Commenting out rev dep checks

Signed-off-by: Daniel Sjoberg <[email protected]>
  • Loading branch information
ddsjoberg authored Oct 15, 2024
1 parent d4b435c commit a058db7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
uses: insightsengineering/r.pkg.template/.github/workflows/cran-status.yaml@main
with:
issue-assignees: "ddsjoberg"
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
# 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 a058db7

Please sign in to comment.