docs: Add cloud provider attributes for OTel based gateways to the user documentation #6468
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 Checks passed | |
on: | |
merge_group: | |
pull_request: | |
types: | |
[ | |
opened, | |
synchronize, | |
reopened, | |
ready_for_review, | |
edited, | |
labeled, | |
milestoned, | |
] | |
workflow_run: | |
workflows: ["PR Integration"] | |
types: | |
- completed | |
- requested | |
jobs: | |
all-checks: | |
runs-on: ubuntu-latest | |
permissions: | |
checks: read | |
contents: read | |
steps: | |
- uses: wechuli/allcheckspassed@2e5e8bbc775f5680ed5d02e3a22e2fc7219792ac | |
with: | |
delay: '0' | |
retries: '30' | |
polling_interval: '1' |