Skip to content

Limit ruff version to < 0.6 #422

Limit ruff version to < 0.6

Limit ruff version to < 0.6 #422

Workflow file for this run

name: Build Dashboard
on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- "**.md"
- "**.rst"
- "**.ipynb"
branches:
- main
- develop
jobs:
call-build-workflow:
if: github.event.pull_request.draft == false
name: Build dashboard
uses: EIT-ALIVE/eit_dash/.github/workflows/build.yml@main
with:
caller_branch: ${{ github.head_ref || github.ref_name }}