Skip to content

build(deps): bump types-requests from 2.32.0.20240523 to 2.32.0.20240… #61

build(deps): bump types-requests from 2.32.0.20240523 to 2.32.0.20240…

build(deps): bump types-requests from 2.32.0.20240523 to 2.32.0.20240… #61

Workflow file for this run

name: Main branch
on:
push:
branches:
- main
jobs:
build-docs:
uses: ./.github/workflows/docs.yml
with:
BRANCH_REF: ${{ github.ref }}
linters:
uses: ./.github/workflows/linters.yml
with:
BRANCH_REF: ${{ github.ref }}
tests-standard:
uses: ./.github/workflows/tests-standard.yml
with:
BRANCH_REF: ${{ github.ref }}
tests-premium:
uses: ./.github/workflows/tests-premium.yml
with:
BRANCH_REF: ${{ github.ref }}
secrets: inherit
tests-ultimate:
uses: ./.github/workflows/tests-ultimate.yml
with:
BRANCH_REF: ${{ github.ref }}
secrets: inherit