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=()