Skip to content

CI: (deps): Bump pandas from 2.1.4 to 2.2.2 in /ci #75

CI: (deps): Bump pandas from 2.1.4 to 2.2.2 in /ci

CI: (deps): Bump pandas from 2.1.4 to 2.2.2 in /ci #75

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