Skip to content

Commit

Permalink
ci: adds temporary action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Jul 25, 2023
1 parent 67f76b0 commit a8a6e4e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ 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", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
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 }}
Expand Down

0 comments on commit a8a6e4e

Please sign in to comment.