From 60113c09d5b3b926dc500463ed82134a8e66d074 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Wed, 1 May 2024 15:26:08 -0600 Subject: [PATCH] Revert one more temporary change in .github/workflows/ubuntu-ci-x86_64.yaml --- .github/workflows/ubuntu-ci-x86_64.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu-ci-x86_64.yaml b/.github/workflows/ubuntu-ci-x86_64.yaml index 235fca8..fa9f162 100644 --- a/.github/workflows/ubuntu-ci-x86_64.yaml +++ b/.github/workflows/ubuntu-ci-x86_64.yaml @@ -182,8 +182,8 @@ jobs: message_format: '{emoji} *{workflow}* {status_message} for branch {branch} in <{repo_url}|{repo}>' footer: ${{ github.event.pull_request.number || github.event_name || 'workflow dispatched manually' }} # For testing: only notify user Dom - mention_users: 'U02NLGXF5HV' - mention_users_when: 'failure,warnings' + #mention_users: 'U02NLGXF5HV' + #mention_users_when: 'failure,warnings' # Default: notify channel - # DH* TODO REVERT mention_groups: '!channel' - # DH* TODO REVERT mention_groups_when: 'failure,warnings' + mention_groups: '!channel' + mention_groups_when: 'failure,warnings'