Skip to content

Refactoring/242 update to ptb 8.2.0 #475

Refactoring/242 update to ptb 8.2.0

Refactoring/242 update to ptb 8.2.0 #475

Workflow file for this run

# Generated and maintained by the exasol-toolbox.
# Last generated with exasol-toolbox version 8.2.0.
name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
merge-gate:
name: Merge Gate
uses: ./.github/workflows/merge-gate.yml
secrets: inherit
permissions:
contents: read
report:
name: Report
needs:
- merge-gate
# This condition ensures the job runs if merge-gate finished (success or failure)
if: |
always() &&
needs.merge-gate.result != 'skipped' &&
needs.merge-gate.result != 'cancelled'
uses: ./.github/workflows/report.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
permissions:
contents: read