Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Address more GHA yaml quirks
Browse files Browse the repository at this point in the history
Signed-off-by: tylerslaton <mtslaton1@gmail.com>
  • Loading branch information
tylerslaton committed Jul 12, 2023
1 parent bde157f commit 6817751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-eks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Upload test results to Datadog
uses: datadog/junit-upload-github-action@v1
if: '!cancelled() && steps.test_summary.conclusion != "skipped"'
if: "!cancelled() && steps.test_summary.conclusion != 'skipped'"
with:
api-key: ${{ secrets.DD_API_KEY }}
service: runtime-eks-tests
Expand Down

0 comments on commit 6817751

Please sign in to comment.