From 9632a6316d1e3d747ab34a0309a86e3f9d82ebef Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Sat, 10 Aug 2024 15:27:11 -0700 Subject: [PATCH] add matrix label --- .github/workflows/test-pr-command.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-pr-command.yml b/.github/workflows/test-pr-command.yml index 331b3eda..42a6fbb0 100644 --- a/.github/workflows/test-pr-command.yml +++ b/.github/workflows/test-pr-command.yml @@ -75,6 +75,8 @@ jobs: - name: CI job status tracker uses: ushuz/action-job-status@v1 + with: + matrix_label: "${{ matrix.python-version }} ${{ matrix.os }}" # Custom steps to fetch the PR and checkout the code: