Skip to content

Commit

Permalink
[gha] add recheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMarvin committed Apr 15, 2024
1 parent acfe449 commit 2e9e936
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/recheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
workflow_dispatch:
inputs:
which:
type: choice
description: Which dependents to check
options:
- strong
- most

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 }}

0 comments on commit 2e9e936

Please sign in to comment.