Skip to content

Commit 0cd3a42

Browse files
author
Sunil Thaha
authored
Merge pull request #2301 from vprashar2929/ci-pprof-cond
ci: update check for generating comment message
2 parents 3932315 + 47e3524 commit 0cd3a42

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)