From c7ad5fa9076810f3559c3582dbc7d38f052d54f6 Mon Sep 17 00:00:00 2001 From: Mogeko Date: Thu, 18 Nov 2021 17:00:17 +0000 Subject: [PATCH] build(ci): desable build --- .github/workflows/build.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc732e1..81fba07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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