From f437dfeb8ea58277a362018feb64ab71b4ab3a41 Mon Sep 17 00:00:00 2001 From: superical Date: Thu, 4 Apr 2024 14:02:39 +0800 Subject: [PATCH] ci: clean up redundant blocks (#167) --- .github/workflows/publish.yml | 5 ----- .github/workflows/pull_requests.yml | 3 --- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d581af4..158f852 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -46,11 +46,6 @@ jobs: env: MATRIX_TARGET: ${{ matrix.targets }} steps: - - name: Print the matrix output from prepare-matrix - run: | - echo "Matrix JSON: $MATRIX_JSON" - env: - MATRIX_JSON: ${{ needs.prepare-build.outputs.matrix }} - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index e0cfde1..54543d0 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -2,9 +2,6 @@ on: pull_request: types: [opened, reopened, synchronize] -env: - RELEASE_DRY_RUN: 1 - name: "Pull Requests" jobs: