Skip to content

Commit

Permalink
Update names shown in run logs
Browse files Browse the repository at this point in the history
  • Loading branch information
archive committed Oct 15, 2021
1 parent 40dd366 commit 3b87f25
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: slack-notification-with-optional-parameters
name: test-1-slack-notification-with-optional-parameters

on: [push, issues]

jobs:
test-1-slack-notification-with-optional-parameters:
slack-action:
runs-on: ubuntu-20.04
name: Test 1 [ubuntu-20.04]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/2-slack-notification.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: slack-notification
name: test-2-slack-notification

on: [push, issues]

jobs:
test-2-slack-notification:
slack-action:
runs-on: windows-latest
name: Test 2 [windows-latest]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/3-slack-reaction.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: slack-reaction
name: test-3-slack-reaction

on: [push, issues]

jobs:
test-3-slack-reaction:
slack-action:
runs-on: ubuntu-latest
name: Test 3 [ubuntu-latest]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/4-slack-thread.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: slack-thread
name: test-4-slack-thread

on: [push, issues]

jobs:
test-4-slack-thread:
slack-action:
runs-on: macos-latest
name: Test 4 [macos-latest]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/5-slack-update-message.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: slack-update-message
name: test-5-slack-update-message

on: [push, issues]

jobs:
test-5-slack-update-message:
slack-action:
runs-on: ubuntu-20.04
name: Test 5 [ubuntu-20.04]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/6-slack-thread-with-broadcast.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: slack-thread-with-broadcast
name: test-6-slack-thread-with-broadcast

on: [push, issues]

jobs:
test-6-slack-thread-with-broadcast:
slack-action:
runs-on: ubuntu-20.04
name: Test 6 [ubuntu-20.04]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/7-slack-notification-multi-channel.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: slack-notification
name: test-7-slack-notification-multi-channel

on: [push, issues]

jobs:
test-7-slack-notification-multi-channel:
slack-action:
runs-on: windows-2019
name: Test 7 [windows-2019]

Expand Down

0 comments on commit 3b87f25

Please sign in to comment.