Skip to content

Commit 3f996eb

Browse files
authored
test: Fix slack payload in integration workflow (#649)
1 parent 524fa64 commit 3f996eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
"fields": [
197197
{
198198
"type": "mrkdwn",
199-
"text": "*Build Result:*\n${{ steps.integration_tests.outcome == 'success' && ':large_green_circle: Build Passed' || ':red_circle: Build Failed' }}"
199+
"text": "*Build Result:*\n${{ needs.integration_tests.result == 'success' && ':large_green_circle: Build Passed' || ':red_circle: Build Failed' }}"
200200
},
201201
{
202202
"type": "mrkdwn",

0 commit comments

Comments
 (0)