Skip to content

Commit

Permalink
update list of strategies; test
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Mar 15, 2024
1 parent 7c0e8ed commit c0231b2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
name: Scheduled 🕰️

on:
push:
branches:
- fix_verdepcheck
schedule:
- cron: '45 3 * * 0'
- cron: "45 3 * * 0"
workflow_dispatch:

jobs:
dependency-test:
strategy:
fail-fast: false
matrix:
test-strategy: ["min", "release", "max"]
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:
Expand Down

0 comments on commit c0231b2

Please sign in to comment.