build(ci): desable build
This commit is contained in:
parent
bcd045710f
commit
c7ad5fa907
1 changed files with 0 additions and 13 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
|
@ -22,19 +22,6 @@ jobs:
|
|||
env:
|
||||
REPO_TAGS: https://github.com/qbittorrent/qBittorrent/tags
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: check
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Build
|
||||
run: make build
|
||||
|
||||
meta:
|
||||
runs-on: ubuntu-latest
|
||||
needs: check
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue