Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Sep 10, 2024
1 parent 0756b9c commit c12a71a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
30 changes: 13 additions & 17 deletions .github/workflows/r_recheck.yml → dev/tasks/r/github.recheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,21 @@
# specific language governing permissions and limitations
# under the License.

on:
workflow_dispatch:
inputs:
which:
type: choice
description: Which dependents to check
options:
- strong
- most
{% import 'macros.jinja' as macros with context %}

permissions:
contents: read

name: R Reverse Dependency Check
{{ macros.github_header() }}

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

recheck-strong:
name: Reverse check strong dependents
uses: r-devel/recheck/.github/workflows/recheck.yml@v1
with:
which: ${{ inputs.which }}
subdirectory: 'r'
which: strong
subdirectory: r
6 changes: 6 additions & 0 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -895,6 +895,12 @@ tasks:
- r-pkg__bin__macosx__big-sur-arm64__contrib__4.3__arrow_{no_rc_r_version}\.tgz
- r-pkg__src__contrib__arrow_{no_rc_r_version}\.tar\.gz

r-recheck:
ci: github
template: r/github.recheck.yml
params:
which: strong
subdirectory: r

########################### Release verification ############################

Expand Down

0 comments on commit c12a71a

Please sign in to comment.