diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-09 21:17:14 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-10-09 21:17:16 -0700 |
| commit | c37d4068834e7231e8a17046aa7010b77449b6ad (patch) | |
| tree | f94f3c435681b016aa9049023cc73ebe21a85557 | |
| parent | 282b0e3a8342de5fb5466f7b85ead83a9f5ac9f6 (diff) | |
ubuntu.yml: Add matrix.os in the notification label
At the moment, nothing in the notification tells you whether it was ibm
jobs or not. `matrix.os` seems like the easiest way to include that
information, so I added it in the label.
| -rw-r--r-- | .github/workflows/ubuntu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index af84972057..86e951bcb7 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -173,7 +173,7 @@ jobs: - uses: ./.github/actions/slack with: - label: ${{ matrix.test_task }} ${{ matrix.configure }}${{ matrix.arch }} + label: ${{ matrix.test_task }} ${{ matrix.configure }}${{ matrix.arch }}${{ matrix.os }} SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot if: ${{ failure() }} |
