Skip to content

CI: (deps): Bump sphinx from 7.2.6 to 7.3.5 in /ci #76

CI: (deps): Bump sphinx from 7.2.6 to 7.3.5 in /ci

CI: (deps): Bump sphinx from 7.2.6 to 7.3.5 in /ci #76

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