Update CI workflows (#42) #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |