We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965a5ae commit 93641d5Copy full SHA for 93641d5
.github/workflows/continuous-monitoring.yml
@@ -29,7 +29,7 @@ jobs:
29
id: distribution-availability
30
run: tox -c tox-distributioncheck.ini
31
32
- - name: Publish metric on X-Ray Go SDK distribution availability
+ - name: Publish metric on X-Ray Python SDK distribution availability
33
if: ${{ always() }}
34
run: |
35
if [[ "${{ steps.distribution-availability.outcome }}" == "failure" ]]; then
0 commit comments