build(ci): desable build

This commit is contained in:
Mogeko 2021-11-18 17:00:17 +00:00
parent bcd045710f
commit c7ad5fa907
No known key found for this signature in database
GPG key ID: B35485A88F40AD2C

View file

@ -22,19 +22,6 @@ jobs:
env: env:
REPO_TAGS: https://github.com/qbittorrent/qBittorrent/tags 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: meta:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: check needs: check