Skip to content

Commit 47e3524

Browse files
committed
ci: update check for generating comment message
This commit fixes the condition for generating comment message in the workflow file. Signed-off-by: vprashar2929 <[email protected]>
1 parent 3932315 commit 47e3524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/profiling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
generate-comment-message:
131131
needs: profiling
132-
if: needs.profiling.outcome == 'success'
132+
if: needs.profiling.result == 'success'
133133
runs-on: ubuntu-latest
134134
steps:
135135
- name: Checkout source

0 commit comments

Comments
 (0)