Skip to content

Commit ea5a140

Browse files
fix the job names (#4)
1 parent 198d61a commit ea5a140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-simple-suite.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
post-slack-notification-started:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- name: Post to Slack
42+
- name: Post a start message in a Slack channel
4343
env:
4444
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4545
run: |
@@ -52,7 +52,7 @@ jobs:
5252
needs: run-simple-suite
5353
if: always()
5454
steps:
55-
- name: Post to Slack
55+
- name: Post a result message in a Slack channel
5656
env:
5757
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
5858
run: |

0 commit comments

Comments
 (0)