Skip to content

Commit

Permalink
fix naming on emit-metric
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 23, 2024
1 parent 4f09e6e commit 17a42c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-ec2-windows-default-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,11 @@ jobs:
-var="test_id=${{ env.TESTING_ID }}"
emit-metric:
needs: dotnet-e2e-ec2-default-test
needs: dotnet-e2e-ec2-windows-default-test
if: always()
uses: ./.github/workflows/e2e-test-publish-result.yml
secrets: inherit
with:
aws-region: ${{ inputs.aws-region }}
caller-workflow-name: ${{ inputs.caller-workflow-name }}
validation-result: ${{ needs.dotnet-e2e-ec2-default-test.outputs.validation-result }}
validation-result: ${{ needs.dotnet-e2e-ec2-windows-default-test.outputs.validation-result }}

0 comments on commit 17a42c8

Please sign in to comment.