Initial move to use SendData in trace exporter (APMSP-1586) #1839
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: Required checks pass | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
allchecks: | |
runs-on: ubuntu-latest | |
permissions: | |
checks: read | |
contents: read | |
steps: | |
- uses: wechuli/allcheckspassed@v1 | |
with: | |
delay: '3' | |
retries: '30' | |
polling_interval: '1' |