Skip to content

Commit

Permalink
Move revdepcheck to a separate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Apr 16, 2024
1 parent dc5f4a8 commit 76a565b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/revdepcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: revdepcheck ⏪

on:
schedule:
- cron: '45 3 * * 0'
push:
branches:
- initialize-revdepcheck-action
workflow_dispatch:


jobs:
revdepcheck:
name: revdepcheck ↩️
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@initialize-revdepcheck-action
3 changes: 0 additions & 3 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,3 @@ jobs:
uses: insightsengineering/r.pkg.template/.github/workflows/cran-status.yaml@main
with:
issue-assignees: "shajoezhu,Melkiades,edelarua,gmbecker,ayogasekaram"
revdepcheck:
name: revdepcheck ↩️
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@initialize-revdepcheck-action

0 comments on commit 76a565b

Please sign in to comment.