Skip to content

Commit

Permalink
ci: clean up redundant blocks (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
superical authored Apr 4, 2024
1 parent fe6e4bf commit f437dfe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ on:
pull_request:
types: [opened, reopened, synchronize]

env:
RELEASE_DRY_RUN: 1

name: "Pull Requests"

jobs:
Expand Down

0 comments on commit f437dfe

Please sign in to comment.