Skip to content

docs: add minimal version of deps #5

docs: add minimal version of deps

docs: add minimal version of deps #5

Workflow file for this run

---
name: Scheduled πŸ•°οΈ
on:
schedule:
- cron: '45 3 * * 0'
workflow_dispatch:
# Section to be removed before action is merged
# note: branch below needs to point to main instead of new-verdepcheck-strategy
push:
branches:
- verdepcheck_action
# end of section to be removed
jobs:
dependency-test:
strategy:
fail-fast: false
matrix:
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@new-verdepcheck-strategy
name: Dependency Test - ${{ matrix.test-strategy }} πŸ”’
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
GCHAT_WEBHOOK: ${{ secrets.GCHAT_WEBHOOK }}
with:
strategy: ${{ matrix.test-strategy }}
additional-env-vars: |
PKG_SYSREQS_DRY_RUN=true
branch-cleanup:
name: Branch Cleanup 🧹
uses: insightsengineering/r.pkg.template/.github/workflows/branch-cleanup.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}