Skip to content

Commit

Permalink
no change
Browse files Browse the repository at this point in the history
  • Loading branch information
itxve committed Dec 29, 2022
1 parent 64882ec commit eabece0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
- macos-latest
- windows-latest
- ubuntu-latest
ref:
description: "branch"
required: true
default: "dev"

# 需要运行的作业组合
jobs:
Expand All @@ -26,8 +22,6 @@ jobs:
runs-on: ${{ inputs.platform}}
steps:
- uses: actions/checkout@v3
with:
ref: ${{inputs.ref}}

# 安装 Node.js
- name: Setup node
Expand Down

0 comments on commit eabece0

Please sign in to comment.