Skip to content

Commit

Permalink
Update strategies on R min deps check workflow (#175)
Browse files Browse the repository at this point in the history
WIP :: parent issue:
insightsengineering/nestdevs-tasks#7

### 🔴 What's needed before merging?

This PR depends on some upstream changes that need to be finalized
before being ready to review.

#### Change in code

- [x] Change branch in verdepcheck-action from `new-strategies` back to
`@main`

#### PRS

- [x] verdepcheck
  * insightsengineering/verdepcheck#24
  * insightsengineering/verdepcheck#26
- [x] verdepcheck-action
  * insightsengineering/r-verdepcheck-action#16

### Changes description

* Documentation update on strategy, replacing `min` with `min_isolate`
and `min_cohort`
  • Loading branch information
averissimo authored Aug 30, 2023
1 parent bd7086a commit 77d0094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verdepcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
type: string
strategy:
description: |
Strategy to test package dependencies. One of: min, release, max.
Strategy to test package dependencies. One of: min_isolate, min_cohort, release, max.
required: true
type: string
additional-env-vars:
Expand Down

0 comments on commit 77d0094

Please sign in to comment.