Skip to content

Update Black to be concurrent #714

Update Black to be concurrent

Update Black to be concurrent #714

Workflow file for this run

name: Black
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
Black:
uses: steinwurf/black-action/.github/workflows/[email protected]
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true