Skip to content

Commit d48290f

Browse files
committed
Remove failing job name
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent e53b675 commit d48290f

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,10 +1278,6 @@ jobs:
12781278
"type": "mrkdwn",
12791279
"text": "*Workflow:*\n${{ github.workflow }}"
12801280
},
1281-
{
1282-
"type": "mrkdwn",
1283-
"text": "*Failed Job:*\n${{ github.job }}"
1284-
},
12851281
{
12861282
"type": "mrkdwn",
12871283
"text": "*Committer:*\n${{ github.actor }}"

.github/workflows/nightly-gauntlet.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ jobs:
101101
"type": "mrkdwn",
102102
"text": "*Workflow:*\n${{ github.workflow }}"
103103
},
104-
{
105-
"type": "mrkdwn",
106-
"text": "*Failed Job:*\n${{ github.job }}"
107-
},
108104
{
109105
"type": "mrkdwn",
110106
"text": "*Committer:*\n${{ github.actor }}"

0 commit comments

Comments
 (0)