From 37528afdaddd092fe3f5c3c57349f4be5128e7cf Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 18 Feb 2026 19:49:42 +0100 Subject: [PATCH] Rename nightly_matrix.php to matrix.php --- .github/{nightly_matrix.php => matrix.php} | 0 .github/workflows/test.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{nightly_matrix.php => matrix.php} (100%) diff --git a/.github/nightly_matrix.php b/.github/matrix.php similarity index 100% rename from .github/nightly_matrix.php rename to .github/matrix.php diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e37d5407c91..4c99f5809b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: nightly- - name: Generate Matrix id: set-matrix - run: php .github/nightly_matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}" + run: php .github/matrix.php "${{ github.event_name }}" "${{ github.run_attempt }}" "${{ github.ref }}" '${{ toJSON(github.event.pull_request.labels) }}' "${{ github.repository }}" PUSH: needs: GENERATE_MATRIX name: ${{ matrix.branch.name }}