diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 956323d7c5..179c403e50 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1625,23 +1625,6 @@ jobs: "emoji": true } }, - { - "type": "section", - "fields": [ - { - "type": "mrkdwn", - "text": "*Workflow:*\n'"${GITHUB_WORKFLOW}"'" - }, - { - "type": "mrkdwn", - "text": "*Committer:*\n'"${GITHUB_ACTOR}"'" - }, - { - "type": "mrkdwn", - "text": "*Commit:*\n'"${GITHUB_SHA}"'" - } - ] - }, { "type": "section", "text": { diff --git a/.github/workflows/nightly-gauntlet.yaml b/.github/workflows/nightly-gauntlet.yaml index 4535ae7f36..a578ae9757 100644 --- a/.github/workflows/nightly-gauntlet.yaml +++ b/.github/workflows/nightly-gauntlet.yaml @@ -182,23 +182,6 @@ jobs: "emoji": true } }, - { - "type": "section", - "fields": [ - { - "type": "mrkdwn", - "text": "*Workflow:*\n'"${GITHUB_WORKFLOW}"'" - }, - { - "type": "mrkdwn", - "text": "*Committer:*\n'"${GITHUB_ACTOR}"'" - }, - { - "type": "mrkdwn", - "text": "*Commit:*\n'"${GITHUB_SHA}"'" - } - ] - }, { "type": "section", "text": {