From bf0ef22abf13676a11a0f0162e2dfe50359b4bc5 Mon Sep 17 00:00:00 2001 From: Daria Domina Date: Sat, 4 Oct 2025 13:30:19 +0200 Subject: [PATCH] fix the job names --- .github/workflows/auto-simple-suite.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-simple-suite.yaml b/.github/workflows/auto-simple-suite.yaml index f2f4f97..51ca38f 100644 --- a/.github/workflows/auto-simple-suite.yaml +++ b/.github/workflows/auto-simple-suite.yaml @@ -39,7 +39,7 @@ jobs: post-slack-notification-started: runs-on: ubuntu-latest steps: - - name: Post to Slack + - name: Post a start message in a Slack channel env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} run: | @@ -52,7 +52,7 @@ jobs: needs: run-simple-suite if: always() steps: - - name: Post to Slack + - name: Post a result message in a Slack channel env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} run: |