diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8c0cdccf5d4..33186037f8d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,7 @@ jobs: build: name: Build packages runs-on: ubuntu-18.04 - if: "!github.event.pull_request.draft && !contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')" + if: "!contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')" container: image: 'voidlinux/masterdir-${{ matrix.config.bootstrap }}:20200607RC01'