Skip to content

Scheduled 🕰️

Scheduled 🕰️ #23

Workflow file for this run

---
name: Scheduled 🕰️
on:
schedule:
- cron: '45 3 * * 0'
workflow_dispatch:
jobs:
branch-cleanup:
name: Branch Cleanup 🧹
uses: insightsengineering/r.pkg.template/.github/workflows/branch-cleanup.yaml@main
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
last-commit-age-days: 365
cran-status:
name: CRAN Status Monitor 📺
uses: insightsengineering/r.pkg.template/.github/workflows/cran-status.yaml@main
with:
issue-assignees: "ddsjoberg"