Skip to content

Commit

Permalink
Add recheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 28, 2024
1 parent 39fe93b commit 2ef40cf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/recheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
workflow_dispatch:
inputs:
which:
type: choice
description: Which dependents to check
options:
- strong
- most
schedule:
- cron: '0 4 1 * *'

name: Reverse dependency check

jobs:
revdep_check:
name: Reverse check ${{ inputs.which }} dependents
uses: r-devel/recheck/.github/workflows/recheck.yml@v1
with:
which: ${{ inputs.which }}
subdirectory: ''

0 comments on commit 2ef40cf

Please sign in to comment.