Skip to content

Update to python toolbox 0.17.0 (#54) #17

Update to python toolbox 0.17.0 (#54)

Update to python toolbox 0.17.0 (#54) #17

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
publish-docs:
name: Publish Documentation
uses: ./.github/workflows/gh-pages.yml
metrics:
needs: [ ci-job ]
uses: ./.github/workflows/report.yml