ci: allow drafts to run artifact builds again
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
4942d684ea
commit
3341a8e56e
|
@ -167,7 +167,6 @@ jobs:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: tests
|
needs: tests
|
||||||
if: github.event.pull_request.draft != true
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in New Issue