docs: typo on NEWS.md #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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@main | |
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 }} |