Extract Ratpack json body response schemas #1112
Workflow file for this run
This file contains hidden or 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: Check Pull Request CI Status | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - synchronize | |
| - reopened | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| permissions: | |
| checks: read | |
| statuses: read | |
| jobs: | |
| check-ci-pipelines: | |
| # Do not change this name, it must be equal to job id | |
| # https://github.com/DataDog/ensure-ci-success/blob/main/docs/limitations.md#do-not-set-a-name-to-the-job-shipping-ensure-ci-success | |
| name: check-ci-pipelines | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Run Ensure CI Success | |
| uses: DataDog/ensure-ci-success@4a4b720e881d965254a9de2a4f14d1ec0c3d0d7c | |
| with: | |
| initial-delay-seconds: "500" | |
| max-retries: "60" | |
| ignored-name-patterns: | | |
| dd-gitlab/.* | |
| Check pull requests | |
| # gitlab pipelines are reported via dd-gitlab/default-pipeline status, which can be used as a GH status check |