Skip to content

Add ResizableSemaphore for adaptive pipeline concurrency (#1389) #3440

Add ResizableSemaphore for adaptive pipeline concurrency (#1389)

Add ResizableSemaphore for adaptive pipeline concurrency (#1389) #3440

Workflow file for this run

name: Lint
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1