Skip to content

Refactoring/#175 updated ptb incl. git hub workflows (#176) #14

Refactoring/#175 updated ptb incl. git hub workflows (#176)

Refactoring/#175 updated ptb incl. git hub workflows (#176) #14

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