Skip to content

Feature/733 adjust structlog for workflow patcher (#776) #296

Feature/733 adjust structlog for workflow patcher (#776)

Feature/733 adjust structlog for workflow patcher (#776) #296

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
run-fast-checks:
name: Run Fast Checks
uses: ./.github/workflows/checks.yml
permissions:
contents: read
publish-docs:
name: Publish Documentation
uses: ./.github/workflows/gh-pages.yml
permissions:
contents: read
pages: write
id-token: write
report:
needs:
- run-fast-checks
uses: ./.github/workflows/report.yml
with:
upload-metrics: true
secrets: inherit
permissions:
contents: read