Skip to content

chore(deps): bump the all group across 1 directory with 3 updates #1651

chore(deps): bump the all group across 1 directory with 3 updates

chore(deps): bump the all group across 1 directory with 3 updates #1651

Workflow file for this run

name: Codebase validation
on:
pull_request:
schedule:
- cron: "0 8 * * 1" # Each monday 8 AM UTC
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
pr-check:
name: Check Python
uses: ./.github/workflows/check-python.yaml
pr-build:
name: Build & Test Python
needs: pr-check
uses: ./.github/workflows/build-python.yaml
pr-binaries-build:
name: Build & Test Binaries
needs: pr-check
uses: ./.github/workflows/build-binaries.yaml
with:
production_release: "false"
python_version: "3.12"
secrets: inherit