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