Skip to content

ci(actions): parametrizing across packages [CNDL-489] #9

ci(actions): parametrizing across packages [CNDL-489]

ci(actions): parametrizing across packages [CNDL-489] #9

Workflow file for this run

name: PRs
on:
pull_request:
branches:
- main
jobs:
prs:
strategy:
fail-fast: false
matrix:
workingDirectory: [ "packages/npm/send" ]
uses: ./.github/workflows/ci.yml
with:
workingDirectory: ${{ matrix.workingDirectory }}
secrets: inherit
name: ${{ matrix.workingDirectory }}