Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrryr committed Aug 28, 2024
1 parent 7bcc583 commit fdfa7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-patch-os-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ jobs:
with:
aws-region: 'us-east-1'
caller-workflow-name: 'enablement-test-k8s-patch-os'
validation-result: ${{ needs.update-secrets.results }}
validation-result: ${{ needs.update-secrets.result == 'success' && 'success' || 'failure' }}

0 comments on commit fdfa7ad

Please sign in to comment.