Skip to content

build(deps): bump packaging from 24.0 to 24.1 (#786) #64

build(deps): bump packaging from 24.0 to 24.1 (#786)

build(deps): bump packaging from 24.0 to 24.1 (#786) #64

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