From 2fa99b1458cf008a51fdcd7c00a6dbe4062cbc1a Mon Sep 17 00:00:00 2001 From: MGPOCKY Date: Sat, 1 Aug 2026 05:11:20 +0000 Subject: [PATCH] ci: add names to compatibility matrix steps for readability --- .github/workflows/compatiblity_test_on_pr.yml | 3 ++- .github/workflows/compatiblity_test_on_schedule.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compatiblity_test_on_pr.yml b/.github/workflows/compatiblity_test_on_pr.yml index 55da60c61879..e721ac6dd228 100644 --- a/.github/workflows/compatiblity_test_on_pr.yml +++ b/.github/workflows/compatiblity_test_on_pr.yml @@ -17,7 +17,8 @@ jobs: cancel-in-progress: true steps: - uses: actions/checkout@v3 - - id: set-matrix + - name: Build compatibility container matrix + id: set-matrix run: | IFS=',' DOCKER_IMAGE=() diff --git a/.github/workflows/compatiblity_test_on_schedule.yml b/.github/workflows/compatiblity_test_on_schedule.yml index 571e8177b4e7..f0cd023748f1 100644 --- a/.github/workflows/compatiblity_test_on_schedule.yml +++ b/.github/workflows/compatiblity_test_on_schedule.yml @@ -14,7 +14,8 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v3 - - id: set-matrix + - name: Build compatibility container matrix + id: set-matrix run: | IFS=',' DOCKER_IMAGE=()