Skip to content

Commit

Permalink
Trigger Release Checks on push to testing-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dcollins15 committed Dec 4, 2024
1 parent fdee0ba commit bc40993
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/release_checks.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
name: Release Checks

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

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

0 comments on commit bc40993

Please sign in to comment.