From 5db0c516db151bc33436132acc5c4bece3f5218e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=9A=E7=A8=9A=E7=9A=84=E5=AD=A9=E7=BA=B8?= <30484319+zjw2017@users.noreply.github.com> Date: Fri, 28 Jul 2023 23:07:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20push.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d345761..a0dd5d2 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -7,7 +7,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - tag: ["R1.2", "R1.1", "R1", "A9.0.5", "A9.0.4", "A9.0.3", "A9.0.2", "A9.0.1", "A9.0.0", "A8.0.1", "A8.0.0", "A7.1.6", "A7.1.5", "A7.1.4", "A7.1.3", "A7.1.2", "A7.1.1", "A7.1", "A7.0.0", "A6.1.3", "A6.1.1", "A6.0.0", "A5.1.3", "A5.1.2", "A5.1.1", "A5.0.3", "A4.0.1", "A3.2", "A3", "A2.1", "A2", "A1", 195, 22.5, 22, 21.5, 21, 20.5, 20, 19.5, 19, 18.5, 18, 17] + tag: [R1.3, "R1.2", "R1.1", "R1", "A9.0.5", "A9.0.4", "A9.0.3", "A9.0.2", "A9.0.1", "A9.0.0", "A8.0.1", "A8.0.0", "A7.1.6", "A7.1.5", "A7.1.4", "A7.1.3", "A7.1.2", "A7.1.1", "A7.1", "A7.0.0", "A6.1.3", "A6.1.1", "A6.0.0", "A5.1.3", "A5.1.2", "A5.1.1", "A5.0.3", "A4.0.1", "A3.2", "A3", "A2.1", "A2", "A1", 195, 22.5, 22, 21.5, 21, 20.5, 20, 19.5, 19, 18.5, 18, 17] + fail-fast: false steps: - name: Checkout repository uses: actions/checkout@main