Skip to content

Add toolbox workflows (#167) #1

Add toolbox workflows (#167)

Add toolbox workflows (#167) #1

Workflow file for this run

name: PR-Merge
on:
push:
branches:
- 'main'
- 'master'
jobs:
# This job can be removed if certain preconditions are met. See
# https://exasol.github.io/python-toolbox/user_guide/workflows.html#pr-merge-workflow
ci-job:
name: Checks
uses: ./.github/workflows/checks.yml
secrets: inherit
examples:
uses: ./.github/workflows/examples.yml
ssl_cert:
uses: ./.github/workflows/ssl_cert.yml
publish-docs:
name: Publish Documentation
uses: ./.github/workflows/gh-pages.yml
metrics:
needs: [ ci-job ]
uses: ./.github/workflows/report.yml