Skip to content

CI: (deps): Bump flake8-isort from 6.1.1 to 6.1.2 in /ci in the flake8 group #2550

CI: (deps): Bump flake8-isort from 6.1.1 to 6.1.2 in /ci in the flake8 group

CI: (deps): Bump flake8-isort from 6.1.1 to 6.1.2 in /ci in the flake8 group #2550

Workflow file for this run

name: PR Unstable Builds
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
jobs:
Builds:
if: |
((github.event.action == 'labeled' && github.event.label.name == 'nightly-ci') ||
contains(github.event.pull_request.labels.*.name, 'nightly-ci'))
uses: ./.github/workflows/unstable-builds.yml