Skip to content

Update Flake8 to be concurrent #729

Update Flake8 to be concurrent

Update Flake8 to be concurrent #729

Workflow file for this run

name: Flake8
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
flake8:
uses: steinwurf/flake8-action/.github/workflows/[email protected]
with:
excluded_errors: F632
# Cancel previous in-progress when pushing: https://stackoverflow.com/a/72408109
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true