tracing(aws): add configuration option to inject all messages with trace context during SQS, SNS, and Kinesis batch send operations #507
Workflow file for this run
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: All Green | |
on: | |
pull_request: | |
jobs: | |
all-green: | |
runs-on: ubuntu-latest | |
permissions: | |
checks: read | |
contents: read | |
steps: | |
- uses: wechuli/allcheckspassed@v1 | |
with: | |
retries: 20 # once per minute, some checks take up to 15 min | |
checks_exclude: devflow.* |