Skip to content

Commit

Permalink
Add release_checks.yaml to .github/workflows/
Browse files Browse the repository at this point in the history
  • Loading branch information
dcollins15 committed Dec 4, 2024
1 parent 84bd28d commit fdee0ba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release_checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Release Checks

on:
workflow_dispatch:
inputs:
which:
type: choice
description: Which dependents to check
options:
- strong
- most

jobs:
check-reverse-dependencies:
name: Reverse check ${{ inputs.which }} dependencies
uses: r-devel/recheck/.github/workflows/recheck.yml@v1
with:
which: ${{ inputs.which }}

0 comments on commit fdee0ba

Please sign in to comment.