fix(sidecar): enable test_ddog_sidecar_register_app on Windows (APMSP-2356) #8882
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: Required checks pass | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - 'mq-working-branch-*' | |
| jobs: | |
| allchecks: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| checks: read | |
| contents: read | |
| steps: | |
| - uses: wechuli/allcheckspassed@f4669eca31dbad8fea1a0eb91c419d02c5b42200 # 1.1.1 | |
| with: | |
| delay: '3' | |
| retries: '45' | |
| polling_interval: '1' | |
| checks_exclude: 'devflow/merge,dd-gitlab/default-pipeline,Rustfmt Auto / rustfmt' |