From 6b5c91d122f9f022d6550389cf01c768366c099f Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 1 Nov 2022 20:52:37 +0100 Subject: [PATCH] formatting --- .github/workflows/trial.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/trial.yml b/.github/workflows/trial.yml index cc45587..8e85622 100644 --- a/.github/workflows/trial.yml +++ b/.github/workflows/trial.yml @@ -22,11 +22,7 @@ jobs: runs-on: ubuntu-latest needs: tags strategy: - matrix: - ${{fromJson(needs.tags.outputs.matrix)}} - # include: - # - tag: 1.20.2 - # version: 1.20.2 + matrix: ${{fromJson(needs.tags.outputs.matrix)}} steps: - uses: actions/checkout@v3 - name: Set up QEMU