Skip to content

Commit 81af2ee

Browse files
committed
fix: notification messages
1 parent 232d7c0 commit 81af2ee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ jobs:
127127
{
128128
"@type": "MessageCard",
129129
"@context": "http://schema.org/extensions",
130-
"summary": "Nightly Tests for Windows DMS failing",
130+
"summary": "Unstable build tests for Windows DMS failing",
131131
"themeColor": "f44336",
132-
"title": "PyAnsys Geometry Nightly Tests - Windows DMS failing",
132+
"title": "PyAnsys Geometry unstable build tests - Windows DMS failing",
133133
"sections": [
134134
{
135-
"activityTitle": "Windows DMS nightly tests are failing",
135+
"activityTitle": "Windows DMS unstable build tests are failing",
136136
"activitySubtitle": "Check the run for more details: https://github.com/ansys/pyansys-geometry/actions/runs/${{ github.run_id }}",
137137
"facts": [
138138
{
@@ -235,12 +235,12 @@ jobs:
235235
{
236236
"@type": "MessageCard",
237237
"@context": "http://schema.org/extensions",
238-
"summary": "Nightly Tests for Windows Core Service failing",
238+
"summary": "Unstable build tests for Windows Core Service failing",
239239
"themeColor": "f44336",
240-
"title": "PyAnsys Geometry Nightly Tests - Windows Core Service failing",
240+
"title": "PyAnsys Geometry unstable build tests - Windows Core Service failing",
241241
"sections": [
242242
{
243-
"activityTitle": "Windows Core Service nightly tests are failing",
243+
"activityTitle": "Windows Core Service unstable build tests are failing",
244244
"activitySubtitle": "Check the run for more details: https://github.com/ansys/pyansys-geometry/actions/runs/${{ github.run_id }}",
245245
"facts": [
246246
{
@@ -300,12 +300,12 @@ jobs:
300300
{
301301
"@type": "MessageCard",
302302
"@context": "http://schema.org/extensions",
303-
"summary": "Nightly Tests for Linux failing",
303+
"summary": "Unstable build tests for Linux Core Service failing",
304304
"themeColor": "f44336",
305-
"title": "PyAnsys Geometry Nightly Tests - Linux failing",
305+
"title": "PyAnsys Geometry unstable build tests - Linux Core Service failing",
306306
"sections": [
307307
{
308-
"activityTitle": "Linux nightly tests are failing",
308+
"activityTitle": "Linux Core Service unstable build tests are failing",
309309
"activitySubtitle": "Check the run for more details: https://github.com/ansys/pyansys-geometry/actions/runs/${{ github.run_id }}",
310310
"facts": [
311311
{

0 commit comments

Comments
 (0)