Skip to content

Commit 7cb797c

Browse files
committed
fix: change color to red
1 parent 9340631 commit 7cb797c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly_docker_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
"@type": "MessageCard",
115115
"@context": "http://schema.org/extensions",
116116
"summary": "Nightly Tests for Windows failing",
117-
"themeColor": "0078D7",
117+
"themeColor": "f44336",
118118
"title": "PyAnsys Geometry Nightly Tests - Windows failing",
119119
"sections": [
120120
{
@@ -178,7 +178,7 @@ jobs:
178178
"@type": "MessageCard",
179179
"@context": "http://schema.org/extensions",
180180
"summary": "Nightly Tests for Linux failing",
181-
"themeColor": "0078D7",
181+
"themeColor": "f44336",
182182
"title": "PyAnsys Geometry Nightly Tests - Linux failing",
183183
"sections": [
184184
{

0 commit comments

Comments
 (0)