Skip to content

chore(ci): configure dependabot to group python-gitlab packages (#935) #2

chore(ci): configure dependabot to group python-gitlab packages (#935)

chore(ci): configure dependabot to group python-gitlab packages (#935) #2

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