Skip to content

Conditional to use parallel streams if over a threshold #52

Conditional to use parallel streams if over a threshold

Conditional to use parallel streams if over a threshold #52

Workflow file for this run

name: PR Lint
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
concurrency:
group: ${{ github.pr.base.ref }}-pr
cancel-in-progress: true
jobs:
pr_lint:
runs-on: ubuntu-latest
steps:
- uses: vijaykramesh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}