From 27b9e3a93f1a23e9ade22726bc6b5c57b554739e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Gallou=C3=A9dec?= <45557362+qgallouedec@users.noreply.github.com> Date: Mon, 4 Nov 2024 21:02:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=A7=20Fix=20slack=20notification=20tit?= =?UTF-8?q?les=20(#2322)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c2fb576a48..5d58726d30 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: uses: huggingface/hf-workflows/.github/actions/post-slack@main with: slack_channel: ${{ env.CI_SLACK_CHANNEL }} - title: Results with ${{ matrix.python-version }} on ${{ matrix.os }} with lastest dependencies + title: Results with Python ${{ matrix.python-version }} on ${{ matrix.os }} with lastest dependencies status: ${{ job.status }} slack_token: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }} @@ -97,7 +97,7 @@ jobs: uses: huggingface/hf-workflows/.github/actions/post-slack@main with: slack_channel: ${{ env.CI_SLACK_CHANNEL }} - title: Results with ${{ matrix.python-version }} on ${{ matrix.os }} with dev dependencies + title: Results with Python 3.12 on ubuntu-latest with dev dependencies status: ${{ job.status }} slack_token: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }} @@ -126,7 +126,7 @@ jobs: uses: huggingface/hf-workflows/.github/actions/post-slack@main with: slack_channel: ${{ env.CI_SLACK_CHANNEL }} - title: Results with ${{ matrix.python-version }} on ${{ matrix.os }} without optional dependencies + title: Results with Python 3.12 on ubuntu-latest without optional dependencies status: ${{ job.status }} slack_token: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }} @@ -158,6 +158,6 @@ jobs: uses: huggingface/hf-workflows/.github/actions/post-slack@main with: slack_channel: ${{ env.CI_SLACK_CHANNEL }} - title: Results with ${{ matrix.python-version }} on ${{ matrix.os }} with minimum versions + title: Results with Python 3.12 on ubuntu-latest with minimum versions status: ${{ job.status }} slack_token: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }} \ No newline at end of file