@@ -155,9 +155,8 @@ jobs:
155
155
mattermost-team-id : ${{ secrets.MM_TEAM_ID }}
156
156
mattermost-channel-name : ${{ vars.MM_RELEASE_NOTIFY_CHANNEL }}
157
157
mattermost-message : |
158
- ${{env.emoji_success}} Release ${{ github.event.inputs.app-version }}: Tests for for tag ${{ github.event.inputs.test-tag }} PASSED successfully.
158
+ ${{env.emoji_success}} Release ${{ github.event.inputs.app-version }}: Tests for tag ${{ github.event.inputs.test-tag }} PASSED successfully.
159
159
Console: ${{ steps.release-tests.outputs.MAESTRO_CLOUD_CONSOLE_URL }}
160
- Flow Results: json ${{ steps.release-tests.outputs.MAESTRO_CLOUD_FLOW_RESULTS }}
161
160
162
161
- name : Notify Mattermost - Maestro Tests FAILURES or ISSUES DETECTED
163
162
# Condition: Our script detected 'failure' OR the Maestro action itself reported failure
@@ -171,7 +170,6 @@ jobs:
171
170
mattermost-message : |
172
171
${{env.emoji_failure}} Release ${{ github.event.inputs.app-version }}: Tests for tag ${{ github.event.inputs.test-tag }} FAILED or encountered issues.
173
172
Console: ${{ steps.release-tests.outputs.MAESTRO_CLOUD_CONSOLE_URL }}
174
- Flow Results: json ${{ steps.release-tests.outputs.MAESTRO_CLOUD_FLOW_RESULTS }}
175
173
176
174
- name : Notify Mattermost - Maestro Tests CANCELED Flows Present (Informational or Warning)
177
175
# Condition: Our script detected 'canceled_present' AND no critical 'failure' was found
@@ -186,7 +184,6 @@ jobs:
186
184
mattermost-message : |
187
185
:warning: Release ${{ github.event.inputs.app-version }}: Some tests for tag ${{ github.event.inputs.test-tag }} were CANCELED. Please review.
188
186
Console: ${{ steps.release-tests.outputs.MAESTRO_CLOUD_CONSOLE_URL }}
189
- Flow Results: json ${{ steps.release-tests.outputs.MAESTRO_CLOUD_FLOW_RESULTS }}
190
187
191
188
- name : Create Asana task when workflow failed
192
189
if : ${{ failure() }}
0 commit comments